diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-14 22:51:14 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-08-14 22:51:14 +0000 |
commit | d03c6d287585a25d638910e43846ec06a65a3e1f (patch) | |
tree | 36e88e2eb11dae15354c72de8846dbcc4486f8b8 /Dockerfile | |
parent | 239a717ed316e4aca1441a28c70072619cc5cee5 (diff) |
chore(deps): bump golang from 1.22-alpine to 1.23-alpine
Bumps golang from 1.22-alpine to 1.23-alpine.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Image page: <https://hub.docker.com/_/golang> -FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.22-alpine as builder +FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.23-alpine as builder # app version and build date must be passed during image building (version without any prefix). # e.g.: `docker build --build-arg "APP_VERSION=1.2.3" --build-arg "BUILD_TIME=$(date +%FT%T%z)" .` |