Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Update alpine Docker tag to v3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 24, 2024
1 parent 25cdf61 commit b8b97d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o "/${APP_NAME}" \
-X ${LDFLAG_LOCATION}.AppVersion=${VERSION} \
-X ${LDFLAG_LOCATION}.BuildDate=${BUILD_DATE}"

FROM alpine:3.19.1
FROM alpine:3.20.1
ARG APP_NAME
ENV APP_NAME=${APP_NAME}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.22.2-alpine3.18 AS build

ARG APP_NAME
FROM alpine:3.19.1
FROM alpine:3.20.1
ARG APP_NAME
ENV APP_NAME=${APP_NAME}

Expand Down

0 comments on commit b8b97d7

Please sign in to comment.