Skip to content

Commit

Permalink
feat(deps): bump golang from 1.22-alpine3.19 to 1.23-alpine3.19
Browse files Browse the repository at this point in the history
Bumps golang from 1.22-alpine3.19 to 1.23-alpine3.19.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent a37b70f commit 3fd5998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.develop
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine3.19 AS builder
FROM golang:1.23-alpine3.19 AS builder
# hadolint ignore=DL3018
RUN apk add --no-cache alpine-sdk ca-certificates curl

Expand Down

0 comments on commit 3fd5998

Please sign in to comment.