Skip to content

Commit

Permalink
bumping alpine version, improving security (#11271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahard2 committed Apr 8, 2021
1 parent a24653c commit 64c04a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config/executors/@executors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 64c04a7

Please sign in to comment.