Skip to content

Commit cb17aeb

Browse files
Update golang Docker tag to v1.26.2
1 parent 169bc7b commit cb17aeb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)