Skip to content

Commit 2c1cb40

Browse files
Bump golang from 483d6e0 to 5d2b868 in /examples/http-gateway
Bumps golang from `483d6e0` to `5d2b868`. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 608ef1f commit 2c1cb40

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.26-bookworm@sha256:483d6e0728a0e58f9e87e01ae9d80ef4181725efc9fadf659d398b3698bd60f7 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)