Skip to content

Commit

Permalink
Merge pull request #505 from ashanhr/4.2.x-update-alpine-image
Browse files Browse the repository at this point in the history
[4.2.x]  Update Alpine base image
  • Loading branch information
RakhithaRR committed Jul 9, 2024
2 parents f43a4a0 + fe3ddd6 commit 7fb6e8e
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 7fb6e8e

Please sign in to comment.