We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702a04c commit f1f9b70Copy full SHA for f1f9b70
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.17.7-alpine AS build_deps
+FROM golang:1.25.3-alpine AS build_deps
2
3
RUN apk add --no-cache git
4
Dockerfile_test
-FROM golang:1.17.7
+FROM golang:1.25.3
RUN apt-get update && apt-get install -y git bzr ca-certificates curl gcc
0 commit comments