Skip to content

Commit 5eccb29

Browse files
Bump golang in /examples/http-gateway
Bumps golang from 1.24-bookworm to 1.26-bookworm. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84c9400 commit 5eccb29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/http-gateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Build context is the repository root:
33
# docker build -f examples/http-gateway/Dockerfile -t piguard-gateway .
44

5-
FROM golang:1.24-bookworm@sha256:1a6d4452c65dea36aac2e2d606b01b4a029ec90cc1ae53890540ce6173ea77ac AS build
5+
FROM golang:1.26-bookworm@sha256:5d2b868674b57c9e48cdd39e891acce4196b6926ca6d11e9c270a8f85106203d AS build
66
WORKDIR /src
77
COPY go.mod go.sum ./
88
RUN go mod download

0 commit comments

Comments
 (0)