Skip to content

Commit 2568736

Browse files
authored
Merge pull request #74 from freifunkMUC/dependabot/docker/golang-1.25.6-bookworm
chore(deps): bump golang from 1.25.3-bookworm to 1.25.6-bookworm
2 parents 82a5cfc + eeff988 commit 2568736

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
@@ -1,5 +1,5 @@
11
# Building custom health checker
2-
FROM golang:1.25.3-bookworm AS health-build-env
2+
FROM golang:1.25.6-bookworm AS health-build-env
33

44

55
# Copying source
@@ -13,7 +13,7 @@ RUN go get -d -v ./...
1313
RUN go build -o /go/bin/healthchecker
1414

1515
# Building bouncer
16-
FROM golang:1.25.3-bookworm AS build-env
16+
FROM golang:1.25.6-bookworm AS build-env
1717

1818

1919
# Copying source

0 commit comments

Comments
 (0)