Skip to content

Commit d798240

Browse files
chore(docker)(deps): bump golang from 1.24-alpine to 1.26-alpine
Bumps golang from 1.24-alpine to 1.26-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc13a81 commit d798240

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ---- Build Stage ----
2-
FROM golang:1.24-alpine AS build
2+
FROM golang:1.26-alpine AS build
33

44
RUN apk add --no-cache git ca-certificates
55

0 commit comments

Comments
 (0)