Skip to content

Commit ed3a94d

Browse files
chore(deps): update alpine docker tag to v3.21.2
1 parent d2e22f3 commit ed3a94d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN mkdir -p migrations
2525

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

28-
FROM alpine:3.21.0 AS production
28+
FROM alpine:3.21.2 AS production
2929

3030
WORKDIR /app
3131

Dockerfile.standalone

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN wget -q https://github.com/golang-migrate/migrate/releases/download/v$MIGRAT
6565
# get daprd
6666
RUN wget -q https://github.com/dapr/dapr/releases/download/v$DAPR_VERSION/daprd_linux_amd64.tar.gz -O - | tar -xzvf - daprd
6767

68-
FROM alpine:3.21.0 AS production
68+
FROM alpine:3.21.2 AS production
6969

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

0 commit comments

Comments
 (0)