Skip to content

Commit

Permalink
chore: update curl image
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-tobi committed Jan 7, 2025
1 parent bc1a186 commit 125aa2a
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 @@ -21,7 +21,7 @@ __Versions correlation table :__
| Name | Image version | Base image |
| ------------ | ------------- | ---------------------------------- |
| act-runner | 2.0.2 | `docker.io/ubuntu:24.04` |
| curl | 1.1.0 | `docker.io/alpine:3.21.0` |
| curl | 1.1.0 | `docker.io/alpine:3.21.1` |
| debug | 2.1.0 | `docker.io/debian:12` |
| dev | 2.0.2 | `docker.io/debian:12` |
| pg-backup | 3.0.2 | `docker.io/postgres:17.2` |
Expand Down
4 changes: 2 additions & 2 deletions ci/matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
{
"name": "curl",
"build": {
"base": "docker.io/alpine:3.21.0",
"base": "docker.io/alpine:3.21.1",
"context": "./docker/curl",
"dockerfile": "./docker/curl/Dockerfile",
"target": "build",
"tag": "1.1.0",
"tag": "1.1.1",
"latest": true
}
},
Expand Down
2 changes: 1 addition & 1 deletion docker/curl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=docker.io/alpine:3.21.0
ARG BASE_IMAGE=docker.io/alpine:3.21.1

FROM ${BASE_IMAGE} AS build

Expand Down

0 comments on commit 125aa2a

Please sign in to comment.