Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 92e6cde

Browse files
authored
update to 1.13.2 (#335)
1 parent cdbd287 commit 92e6cde

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

0.X/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.14
22

33
# This is the release of Vault to pull in.
4-
ARG VAULT_VERSION=1.12.6
4+
ARG VAULT_VERSION=1.13.2
55

66
# Create a vault user and group first so the IDs get set the same way,
77
# even as the rest of this may change over time.

0.X/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export REGISTRY_NAME?=docker.io/hashicorp
2-
export VERSION=1.12.6
2+
export VERSION=1.13.2
33

44
.PHONY: build ent-image oss-image xc-prod-image
55

ubi/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
22

33
LABEL maintainer="HashiCorp"
4-
ARG VAULT_VERSION=1.12.6
4+
ARG VAULT_VERSION=1.13.2
55

66
# Additional metadata labels used by container registries, platforms
77
# and certification scanners.

ubi/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export REGISTRY_NAME?=docker.io/hashicorp
2-
export VERSION=1.12.6
2+
export VERSION=1.13.2
33

44
.PHONY: build ent-image oss-image
55

0 commit comments

Comments
 (0)