Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23 (#186)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent b0b5356 commit 2acbbb2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ops/dockerfile/api.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine as builder
FROM golang:1.23-alpine as builder

ARG CI_COMMIT_TAG

Expand Down
2 changes: 1 addition & 1 deletion ops/dockerfile/billing.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine as builder
FROM golang:1.23-alpine as builder

ARG CI_COMMIT_TAG

Expand Down
2 changes: 1 addition & 1 deletion ops/dockerfile/book.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine as builder
FROM golang:1.23-alpine as builder

ARG CI_COMMIT_TAG

Expand Down
2 changes: 1 addition & 1 deletion ops/dockerfile/user.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine as builder
FROM golang:1.23-alpine as builder

ARG CI_COMMIT_TAG

Expand Down

0 comments on commit 2acbbb2

Please sign in to comment.