Skip to content

Commit

Permalink
chore: upgrade vault image to v1.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-tobi committed Dec 22, 2024
1 parent 55c0ef1 commit 51405ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ __Versions correlation table :__
| debug | 2.0.1 | `docker.io/debian:12` |
| dev | 2.0.1 | `docker.io/debian:12` |
| pg-backup | 3.0.2 | `docker.io/postgres:17.2` |
| pg-backup | 2.0.2 | `docker.io/postgresql:16.6` |
| pg-backup | 1.4.5 | `docker.io/postgresql:15.10` |
| 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.2 | `docker.io/hashicorp/vault:1.18.2` |
| vault-backup | 1.2.3 | `docker.io/hashicorp/vault:1.18.3` |

> [!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 @@ -79,11 +79,11 @@
{
"name": "vault-backup",
"build": {
"base": "docker.io/hashicorp/vault:1.18.2",
"base": "docker.io/hashicorp/vault:1.18.3",
"context": "./docker/vault-backup",
"dockerfile": "./docker/vault-backup/Dockerfile",
"target": "build",
"tag": "1.2.2",
"tag": "1.2.3",
"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.2
ARG BASE_IMAGE=docker.io/hashicorp/vault:1.18.3

FROM ${BASE_IMAGE} AS build

Expand Down

0 comments on commit 51405ae

Please sign in to comment.