Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent d2e22f3 commit ed3a94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.service
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN mkdir -p migrations

RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-X main.Version=${VERSION}" -a -o app .

FROM alpine:3.21.0 AS production
FROM alpine:3.21.2 AS production

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.standalone
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN wget -q https://github.com/golang-migrate/migrate/releases/download/v$MIGRAT
# get daprd
RUN wget -q https://github.com/dapr/dapr/releases/download/v$DAPR_VERSION/daprd_linux_amd64.tar.gz -O - | tar -xzvf - daprd

FROM alpine:3.21.0 AS production
FROM alpine:3.21.2 AS production

RUN apk update && apk add postgresql-client --no-cache

Expand Down

0 comments on commit ed3a94d

Please sign in to comment.