Skip to content

Commit

Permalink
Update alpine Docker tag to v3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 27, 2024
1 parent bdfb6bf commit f20f262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wall_api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . .
ENV CGO_ENABLED=0
RUN go build -ldflags="-X main.Version=$VERSION" -o wall_api

FROM alpine:3.19.1
FROM alpine:3.20.0
WORKDIR /app
COPY --from=builder /app /app
RUN adduser -D -H -h /app appuser
Expand Down

0 comments on commit f20f262

Please sign in to comment.