fix: docker image tag
All checks were successful
CI / Check syntax (pull_request) Successful in 13s
CI / Build Docker image (pull_request) Successful in 16s

This commit is contained in:
2026-02-14 23:03:49 +01:00
parent 1e026fdf2a
commit bec01ae7e1

View File

@@ -1,4 +1,4 @@
FROM docker.io/alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 AS base
FROM docker.io/library/alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS base
# Add edge repository for postgresql18-client
RUN echo '@edge http://dl-cdn.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories