diff --git a/Dockerfile b/Dockerfile index 70d487e..1bd8f08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM vault:1.13.2 +FROM vault:1.13.3 # vault doesn't include bash by default, and we want some functionality that bash provides # so we'll install it manually and pin the version -RUN apk add bash=5.1.16-r0 \ No newline at end of file +RUN apk add bash=5.2.15-r5