Bump container base images (#2393)
Some checks failed
CI / Setup (push) Has been cancelled
CI / Verify doc-ui only PRs (push) Has been cancelled
CI / Run Go tests (push) Has been cancelled
CI / Run Go tests tagged with testonly (push) Has been cancelled
CI / Run Go tests with data race detection (push) Has been cancelled
CI / Test UI (push) Has been cancelled
CI / tests-completed (push) Has been cancelled
Run linters / Semgrep (push) Has been cancelled
Run linters / Go mod checks (push) Has been cancelled
Run linters / Vulnerable dependencies (push) Has been cancelled
Run linters / Code checks (push) Has been cancelled
Run linters / EL8 Go build checks (push) Has been cancelled
Run linters / Protobuf checks (push) Has been cancelled
CodeQL Advanced / Analyze (go) (push) Has been cancelled
Go Dependency Submission / go-dependency-submission (push) Has been cancelled
Mirror Repo / mirror (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled

Signed-off-by: Jonas Köhnen <jonas.koehnen@sap.com>
This commit is contained in:
Jonas Köhnen
2026-02-03 13:33:02 +01:00
committed by GitHub
parent 5654f12911
commit df2c7eb11b

View File

@@ -2,7 +2,7 @@
# SPDX-License-Identifier: MPL-2.0
#### DOCKERHUB DOCKERFILE ####
FROM alpine:3.22 as default
FROM alpine:3.23 AS default
ARG BIN_NAME
# NAME and PRODUCT_VERSION are the name of the software in releases.hashicorp.com
@@ -74,7 +74,7 @@ CMD ["server", "-dev", "-dev-no-store-token"]
#### UBI DOCKERFILE ####
FROM registry.access.redhat.com/ubi9-minimal:9.7 as ubi
FROM registry.access.redhat.com/ubi10-minimal:10.1 AS ubi
ARG BIN_NAME
# PRODUCT_VERSION is the version built dist/$TARGETOS/$TARGETARCH/$BIN_NAME,