fix: docker alpine image tag to minor patch #40

Merged
t.behrendt merged 1 commits from fix-docker-image-tag into main 2026-02-14 23:04:37 +01:00
Showing only changes of commit bec01ae7e1 - Show all commits

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