We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169bc7b commit cc78e54Copy full SHA for cc78e54
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.26.1-alpine AS build_deps
+FROM golang:1.26.2-alpine AS build_deps
2
3
RUN apk add --no-cache git
4
Dockerfile_test
-FROM golang:1.26.1
+FROM golang:1.26.2
RUN apt-get update && apt-get install -y git bzr ca-certificates curl gcc
0 commit comments