Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

DEVOPS-3473: Updated vault and Alpine version #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 0.X/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.18.2
FROM alpine:3.18.4

# This is the release of Vault to pull in.
ARG VAULT_VERSION=1.12.10
ARG VAULT_VERSION=1.20.10

# Install dependencies
RUN \
Expand Down