Skip to content

Commit

Permalink
Bump golang from 1.22-alpine3.20 to 1.23-alpine3.20
Browse files Browse the repository at this point in the history
Bumps golang from 1.22-alpine3.20 to 1.23-alpine3.20.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and brandond committed Dec 6, 2024
1 parent 41563bd commit c8e68ac
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,5 +1,5 @@

FROM golang:1.22-alpine3.20 AS infra
FROM golang:1.23-alpine3.20 AS infra
ARG ARCH=amd64

RUN apk -U add bash coreutils git gcc musl-dev vim less curl wget ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine3.20
FROM golang:1.23-alpine3.20

ARG ARCH=amd64

Expand Down

0 comments on commit c8e68ac

Please sign in to comment.