Skip to content

Commit

Permalink
chore(deps): update docker.io/library/golang docker tag to v1.22.1 (n…
Browse files Browse the repository at this point in the history
…ameserver-systems#357)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 10, 2024
1 parent cf5dfe6 commit b3bde06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci/services/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.22.0-alpine as builder
FROM docker.io/library/golang:1.22.1-alpine as builder

WORKDIR /app
COPY ./go.mod ./go.sum ./
Expand Down

0 comments on commit b3bde06

Please sign in to comment.