Skip to content

Commit 730e37c

Browse files
chore(deps): update dockerfile
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | golang | 1.25.3 | 1.25.5 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent c947ecb commit 730e37c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# -> Why static linking? We want to ensure we can switch base-image with little to no effort.
44
# 2. It builds a running environment. This is the environment that exists for the Go binary, and should have all necessary pieces to run the application.
55

6-
FROM golang:1.25.3-alpine@sha256:aee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34 AS app
6+
FROM golang:1.25.5-alpine@sha256:26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9 AS app
77

88
RUN apk add --no-cache git
99

@@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/go/pkg/mod CGO_ENABLED=0 go build \
1616
-ldflags '-s -w -extldflags "-static"' \
1717
.
1818

19-
FROM debian:13@sha256:01a723bf5bfb21b9dda0c9a33e0538106e4d02cce8f557e118dd61259553d598 AS output_image
19+
FROM debian:13@sha256:f54909a654375e6d74d4986255ed9d3e0b7176461799195855030bc5826b5e4b AS output_image
2020

2121
LABEL maintainer="Grafana team <[email protected]>"
2222
LABEL org.opencontainers.image.source="https://github.com/grafana/grafana-image-renderer/tree/master/Dockerfile"

0 commit comments

Comments
 (0)