chore(deps): update container images

This commit is contained in:
CSRBot 2025-05-30 19:03:08 +00:00
parent c9065425b1
commit b84325d450
Signed by: CSRBot
GPG Key ID: DDBB888D261A47AB
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ steps:
- name: markdown lint - name: markdown lint
commands: commands:
- markdownlint *.md - markdownlint *.md
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0 image: git.cryptic.systems/volker.raschek/markdownlint:0.45.0
resources: resources:
limits: limits:
cpu: 150 cpu: 150

View File

@ -11,7 +11,7 @@ RUN set -ex && \
apk add git make && \ apk add git make && \
make install VERSION=${VERSION} DESTDIR=/db-wait PREFIX=/usr make install VERSION=${VERSION} DESTDIR=/db-wait PREFIX=/usr
FROM docker.io/library/alpine:3.21 FROM docker.io/library/alpine:3.22
ARG VERSION=latest ARG VERSION=latest