Skip to content

Commit

Permalink
fix: change container version
Browse files Browse the repository at this point in the history
Signed-off-by: WoodenMaiden <[email protected]>
  • Loading branch information
WoodenMaiden committed Apr 3, 2024
1 parent 053089a commit 9c4b652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agrold-javaweb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY . /build_dir
RUN mvn clean install -Dagrold.name=${AGROLD_NAME}

# Run stage
FROM bitnami/tomcat:7
FROM bitnami/tomcat:8.5

ARG GIT_COMMIT=unknown
ARG AGROLD_NAME=aldp
Expand Down

0 comments on commit 9c4b652

Please sign in to comment.