Skip to content

Commit

Permalink
Merge pull request #674 from mkilchhofer/security/update_container_ba…
Browse files Browse the repository at this point in the history
…se-image

chore: Update to alpine:3.18.5
  • Loading branch information
pothos authored Dec 11, 2023
2 parents 4ae7038 + 00c7050 commit d229339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ COPY frontend ./
RUN npm run build

# Final Docker image
FROM alpine:3.15.0
FROM alpine:3.18.5

RUN apk update && \
apk add ca-certificates tzdata
Expand Down

0 comments on commit d229339

Please sign in to comment.