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 8cd0ac5 commit a08d49aCopy full SHA for a08d49a
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25.3-alpine as builder
+FROM golang:1.25.4-alpine as builder
2
3
# Install dep
4
RUN apk add --update ca-certificates git && \
ops/.gitlab-ci.yml
@@ -1,6 +1,6 @@
.best_practices: &best_practices
type: best_practices
- image: golang:1.25.3-alpine
+ image: golang:1.25.4-alpine
before_script:
5
- apk add --no-cache git
6
only:
0 commit comments