fix: docker alpine image tag to minor patch (#40)
All checks were successful
All checks were successful
Reviewed-on: #40 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #40.
This commit is contained in:
@@ -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
|
# Add edge repository for postgresql18-client
|
||||||
RUN echo '@edge http://dl-cdn.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories
|
RUN echo '@edge http://dl-cdn.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories
|
||||||
|
|||||||
Reference in New Issue
Block a user