Update Docker base image to Alpine 3.18 (#23217)

Alpine 3.15 will be end-of-life on Nov 1 2023
This commit is contained in:
mickael-hc
2023-09-21 12:36:58 -04:00
committed by GitHub
parent 4389ee438d
commit 758de878d6

View File

@@ -2,7 +2,7 @@
# SPDX-License-Identifier: BUSL-1.1
## DOCKERHUB DOCKERFILE ##
FROM alpine:3.15 as default
FROM alpine:3.18 as default
ARG BIN_NAME
# NAME and PRODUCT_VERSION are the name of the software in releases.hashicorp.com