Skip to content

Commit

Permalink
alpine version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Jul 2, 2024
1 parent abc5021 commit eb539aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk add -u -t build-tools curl git && \
#
# Runtime container
#
FROM alpine:3.19.1
FROM alpine:3.19.2

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion resources/access-log-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.1
FROM alpine:3.19.2
ADD build/als /usr/local/bin/als
EXPOSE 9001
ENTRYPOINT ["/usr/local/bin/als"]

0 comments on commit eb539aa

Please sign in to comment.