Skip to content

Commit cc78e54

Browse files
Update golang Docker tag to v1.26.2 (#53)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 169bc7b commit cc78e54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.26.1-alpine AS build_deps
1+
FROM golang:1.26.2-alpine AS build_deps
22

33
RUN apk add --no-cache git
44

Dockerfile_test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.26.1
1+
FROM golang:1.26.2
22

33
RUN apt-get update && apt-get install -y git bzr ca-certificates curl gcc
44

0 commit comments

Comments
 (0)