chore(deps): update alpine docker tag to v3.18
This commit is contained in:
parent
340c888dc1
commit
9e5cfb6fd6
@ -24,7 +24,7 @@ RUN export PATH=$PATH:$GOPATH/bin && \
|
|||||||
# The actual image
|
# The actual image
|
||||||
# Note: I wanted to use the scratch image here, but unfortunatly the go-sqlite bindings require cgo and
|
# Note: I wanted to use the scratch image here, but unfortunatly the go-sqlite bindings require cgo and
|
||||||
# because of this, the container would not start when I compiled the image without cgo.
|
# because of this, the container would not start when I compiled the image without cgo.
|
||||||
FROM alpine:3.16 AS runner
|
FROM alpine:3.18 AS runner
|
||||||
LABEL maintainer="maintainers@vikunja.io"
|
LABEL maintainer="maintainers@vikunja.io"
|
||||||
WORKDIR /app/vikunja
|
WORKDIR /app/vikunja
|
||||||
ENTRYPOINT [ "/sbin/tini", "-g", "--", "/entrypoint.sh" ]
|
ENTRYPOINT [ "/sbin/tini", "-g", "--", "/entrypoint.sh" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user