Skip to content

Commit

Permalink
Merge pull request #30 from buildkite-plugins/renovate/vault-1.x
Browse files Browse the repository at this point in the history
chore(deps): update vault docker tag to v1.13.3
  • Loading branch information
nsuma8989 authored Aug 1, 2023
2 parents a8a00ec + 765d63c commit 0831f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
RUN apk add bash=5.2.15-r5

0 comments on commit 0831f9b

Please sign in to comment.