Skip to content

Commit

Permalink
Update golang Docker tag to v1.22.3
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent 771bfaa commit 5b6a824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.2-alpine as builder
FROM golang:1.22.3-alpine as builder

# Install dep
RUN apk add --update ca-certificates git && \
Expand Down
2 changes: 1 addition & 1 deletion ops/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.best_practices: &best_practices
type: best_practices
image: golang:1.22.2-alpine
image: golang:1.22.3-alpine
before_script:
- apk add --no-cache git
only:
Expand Down

0 comments on commit 5b6a824

Please sign in to comment.