Skip to content

Commit

Permalink
Upgrade packages when they become available.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolftimmermans committed Oct 12, 2024
1 parent dbdd5c8 commit 4712d86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ base="alpine:${version}"
ENV \
TZ="UTC"

# Apply latest security patches.
RUN apk upgrade --no-cache

WORKDIR /srv

0 comments on commit 4712d86

Please sign in to comment.