diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-09 20:50:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-09 20:50:55 +0000 |
| commit | 8946529478bb9ca417df438604b322c5bee2ed29 (patch) | |
| tree | 80badade9fb140ee137d7045c028f78b3010c9f1 /Dockerfile | |
| parent | 60a575f8e18dbfe383a10bb4536890dbaaaf291f (diff) | |
deps(docker): Bump golang from 1.22-alpine to 1.23-alpine (#2212)
Bumps golang from 1.22-alpine to 1.23-alpine.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.8-labs -FROM --platform=linux/amd64 golang:1.22-alpine AS build +FROM --platform=linux/amd64 golang:1.23-alpine AS build ARG TARGETOS ARG TARGETARCH |
