diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-23 17:06:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-23 17:06:59 +0000 |
| commit | c3c682c7b03d3d5393e42964f4b9c45cc59e0a2c (patch) | |
| tree | 502c21f79c9632b388d5412d54370d84e0e0f5a3 | |
| parent | 1ebbc31fb242f4dd85a8db188f77d838b61d6db8 (diff) | |
deps(docker): Bump golang from 1.23-alpine to 1.24-alpine (#2320)
Bumps golang from 1.23-alpine to 1.24-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>
| -rw-r--r-- | Dockerfile | 2 | ||||
| -rw-r--r-- | Dockerfile.integration | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.8-labs -FROM --platform=linux/amd64 golang:1.23-alpine AS build +FROM --platform=linux/amd64 golang:1.24-alpine AS build ARG TARGETOS ARG TARGETARCH diff --git a/Dockerfile.integration b/Dockerfile.integration index 96cc09c4..cefe84d2 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -2,7 +2,7 @@ FROM vault:1.13.3 AS vault FROM consul:1.15.4 AS consul -FROM golang:1.23-alpine +FROM golang:1.24-alpine COPY --from=vault /bin/vault /bin/vault COPY --from=consul /bin/consul /bin/consul |
