Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit 34bcc80

Browse files
chore(deps): update all non-major dockerfile dependencies
1 parent d2e22f3 commit 34bcc80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile.service

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN mkdir -p migrations
4242

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

45-
FROM debian:12.8 AS deps
45+
FROM debian:12.9 AS deps
4646

4747
# renovate: datasource=github-releases depName=DarthSim/hivemind
4848
ARG HIVEMIND_VERSION=1.1.0
@@ -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)