Skip to content

Commit

Permalink
issue #126 Make docker image smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
wajda committed Sep 3, 2021
1 parent 8633690 commit 120c45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

ARG DOCKER_BASE_IMAGE_PREFIX=

FROM "$DOCKER_BASE_IMAGE_PREFIX"tomcat:9.0.45-jdk8-openjdk-slim
FROM "$DOCKER_BASE_IMAGE_PREFIX"tomcat:9-jre11-openjdk-slim-buster

LABEL \
vendor="ABSA" \
Expand Down

0 comments on commit 120c45a

Please sign in to comment.