Skip to content

Commit

Permalink
chore: upgrade vault base image to v1.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-tobi committed Feb 3, 2025
1 parent 7671540 commit 1f7b8d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ __Versions correlation table :__
| pg-backup | 2.0.2 | `docker.io/postgres:16.6` |
| pg-backup | 1.4.5 | `docker.io/postgres:15.10` |
| s3-backup | 1.1.4 | `docker.io/debian:12` |
| vault-backup | 1.2.3 | `docker.io/hashicorp/vault:1.18.3` |
| vault-backup | 1.2.4 | `docker.io/hashicorp/vault:1.18.4` |

> [!TIP]
> The backup images are supplied with a sample kubernetes cronjob in their respective folders.
Expand Down
4 changes: 2 additions & 2 deletions ci/matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@
{
"name": "vault-backup",
"build": {
"base": "docker.io/hashicorp/vault:1.18.3",
"base": "docker.io/hashicorp/vault:1.18.4",
"context": "./docker/vault-backup",
"dockerfile": "./docker/vault-backup/Dockerfile",
"target": "build",
"tag": "1.2.3",
"tag": "1.2.4",
"latest": true
}
}
Expand Down
2 changes: 1 addition & 1 deletion docker/vault-backup/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=docker.io/hashicorp/vault:1.18.3
ARG BASE_IMAGE=docker.io/hashicorp/vault:1.18.4

FROM ${BASE_IMAGE} AS build

Expand Down

0 comments on commit 1f7b8d3

Please sign in to comment.