mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user