Skip to content

Commit

Permalink
Update alpine Docker tag to v3.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Zoey2936 committed Aug 11, 2023
1 parent b4f2b76 commit dcd05b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform="$BUILDPLATFORM" alpine:3.18.2 as build
FROM --platform="$BUILDPLATFORM" alpine:3.18.3 as build

ARG NODE_ENV=production \
W2D_VERSION=v0.10.17 \
Expand All @@ -16,7 +16,7 @@ RUN apk add --no-cache ca-certificates nodejs-current yarn git && \
node-prune && \
yarn cache clean --all

FROM alpine:3.18.2
FROM alpine:3.18.3
RUN apk add --no-cache ca-certificates tzdata tini nodejs-current
COPY --from=build /app /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion pkg.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apk add --no-cache ca-certificates git && \
fi && \
chmod +x /src/WA2DC

FROM alpine:3.18.2
FROM alpine:3.18.3
RUN apk add --no-cache ca-certificates tzdata
COPY --from=build /src/WA2DC /usr/local/bin/WA2DC
WORKDIR /app
Expand Down

0 comments on commit dcd05b1

Please sign in to comment.