diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index 0e1d1a3..9ae1e25 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -17,9 +17,9 @@ jobs: fail-fast: false matrix: include: + - tag: 5.42-slim-bookworm - tag: 5.40-slim-bookworm - tag: 5.38-slim-bookworm - - tag: 5.36-slim-bookworm permissions: contents: read packages: write diff --git a/Dockerfile b/Dockerfile index 7e7faf3..c67d66d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.4 -ARG TAG=5.40-slim-bookworm +ARG TAG=5.42-slim-bookworm FROM perl:${TAG} WORKDIR /app diff --git a/README.md b/README.md index 73c3188..265bbe2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This repo builds a Perl container image meant to be used for [devspace][0]. dev: app: imageSelector: my-image-registry.tld/username/app - devImage: ghcr.io/zakame/devspace-perl:5.40-slim-bookworm + devImage: ghcr.io/zakame/devspace-perl:5.42-slim-bookworm commands: start: