Skip to content

Commit a08d49a

Browse files
Update golang Docker tag to v1.25.4 (#367)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8cd0ac5 commit a08d49a

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.25.3-alpine as builder
1+
FROM golang:1.25.4-alpine as builder
22

33
# Install dep
44
RUN apk add --update ca-certificates git && \

ops/.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.best_practices: &best_practices
22
type: best_practices
3-
image: golang:1.25.3-alpine
3+
image: golang:1.25.4-alpine
44
before_script:
55
- apk add --no-cache git
66
only:

0 commit comments

Comments
 (0)