Skip to content

Commit

Permalink
Bump golang from 1.22-alpine to 1.23-alpine in the docker group
Browse files Browse the repository at this point in the history
Bumps the docker group with 1 update: golang.


Updates `golang` from 1.22-alpine to 1.23-alpine

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 476832c commit 34326d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.2

# Image page: <https://hub.docker.com/_/golang>
FROM golang:1.22-alpine as builder
FROM golang:1.23-alpine as builder

# can be passed with any prefix (like `v1.2.3@GITHASH`)
# e.g.: `docker build --build-arg "APP_VERSION=v1.2.3@GITHASH" .`
Expand Down

0 comments on commit 34326d0

Please sign in to comment.