diff --git a/.circleci/config/executors/@executors.yml b/.circleci/config/executors/@executors.yml index be3ae5f935d4..f99451fe6c6c 100644 --- a/.circleci/config/executors/@executors.yml +++ b/.circleci/config/executors/@executors.yml @@ -20,7 +20,7 @@ python: working_directory: /go/src/github.com/hashicorp/vault alpine: docker: - - image: docker.mirror.hashicorp.services/alpine:3.10.2 + - image: docker.mirror.hashicorp.services/alpine:3.13 shell: /bin/sh working_directory: /go/src/github.com/hashicorp/vault docker-env-go-test-remote-docker: diff --git a/scripts/docker/Dockerfile b/scripts/docker/Dockerfile index 19df260600d1..53fedea69491 100644 --- a/scripts/docker/Dockerfile +++ b/scripts/docker/Dockerfile @@ -16,7 +16,7 @@ RUN make bootstrap \ # Docker Image -FROM alpine:3.10 +FROM alpine:3.13 # Create a vault user and group first so the IDs get set the same way, # even as the rest of this may change over time. diff --git a/scripts/docker/Dockerfile.ui b/scripts/docker/Dockerfile.ui index 263f2126d784..036de3315b6b 100644 --- a/scripts/docker/Dockerfile.ui +++ b/scripts/docker/Dockerfile.ui @@ -42,7 +42,7 @@ RUN make bootstrap static-dist \ # Docker Image -FROM alpine:3.10 +FROM alpine:3.13 # Create a vault user and group first so the IDs get set the same way, # even as the rest of this may change over time.