Skip to content

Commit

Permalink
7.0.81
Browse files Browse the repository at this point in the history
  • Loading branch information
feborghi authored and feborghi committed May 2, 2024
1 parent aac4e37 commit cf4419d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: 'adopt'

- name: Build with Maven
run: mvn clean install -U && mvn org.apache.openejb.maven:tomee-maven-plugin:1.7.1:build
run: mvn clean install -U && mvn org.apache.openejb.maven:tomee-maven-plugin:1.7.5:build

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazoncorretto:8u412-alpine3.19
FROM amazoncorretto:11.0.23-alpine3.18

# Can set version arguments with --build-arg when calling 'docker build'
ARG VERSION
Expand All @@ -10,7 +10,7 @@ RUN apk update && apk add --no-cache \
bash \
curl \
gettext \
py3-pip \
py-pip \
python3 \
wget \
zip \
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
</modules>
<properties>
<revision>1.11.0</revision>
<tomcat.version>7.0.81</tomcat.version>
</properties>
</project>
1 change: 1 addition & 0 deletions rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@

<properties>
<tomee.version>9.1.3</tomee.version>
<tomcat.version>7.0.81</tomcat.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<failOnMissingWebXml>false</failOnMissingWebXml>
Expand Down

0 comments on commit cf4419d

Please sign in to comment.