Skip to content

Commit

Permalink
Update alpine base image
Browse files Browse the repository at this point in the history
  • Loading branch information
ashanhr committed Jul 5, 2024
1 parent f43a4a0 commit fe3ddd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/alpine/apim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# ------------------------------------------------------------------------

# set base Docker image to Alpine Docker image
FROM alpine:3.17.2
FROM alpine:3.19.2

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/jdk11/alpine/apim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# ------------------------------------------------------------------------

# set base Docker image to Alpine Docker image
FROM alpine:3.17.2
FROM alpine:3.19.2

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'

Expand Down

0 comments on commit fe3ddd6

Please sign in to comment.