Skip to content

Commit

Permalink
fix: Use Alpine 3.18.4 as base #20868
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jan 30, 2024
1 parent c37f3e8 commit c16abdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18.5 as base
FROM alpine:3.18.4 as base

WORKDIR /app
RUN apk add --no-cache tzdata eudev tini nodejs
Expand Down

0 comments on commit c16abdd

Please sign in to comment.