Skip to content

Commit 79df3ce

Browse files
chore(deps): update bump-dependencies
1 parent 144d84b commit 79df3ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25-alpine3.22@sha256:d3f0cf7723f3429e3f9ed846243970b20a2de7bae6a5b66fc5914e228d831bbb AS builder
1+
FROM golang:1.26-alpine3.22@sha256:6ebcc4eb3726dd548c71ad97fc8c9ab7f6d60a45fbfb7c6b734ec0489fa25c41 AS builder
22

33
SHELL ["/bin/ash", "-o", "pipefail", "-ex", "-c"]
44

@@ -10,7 +10,7 @@ ARG \
1010
# renovate: datasource=repology depName=alpine_3_22/dpkg
1111
DPKG_VERSION=1.22.15-r0 \
1212
# renovate: datasource=repology depName=alpine_3_22/gnupg
13-
GNUPG_VERSION=2.4.7-r0 \
13+
GNUPG_VERSION=2.4.9-r0 \
1414
# renovate: datasource=github-releases depName=gosu packageName=tianon/gosu
1515
GOSU_VERSION=1.19
1616

@@ -40,7 +40,7 @@ COPY main.go ./
4040
RUN --mount=type=cache,target=/root/.cache/go-build \
4141
CGO_ENABLED=0 go build -ldflags="-s -w" -o /app/vault-proxy .
4242

43-
FROM alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
43+
FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
4444

4545
SHELL ["/bin/ash", "-o", "pipefail", "-c"]
4646

0 commit comments

Comments
 (0)