revert base image in Dockerfile from alpine 3.22 to 3.20
All checks were successful
Build and Push mikrotik-tailscale Container / build-and-push-arch (arm64) (push) Successful in 9s
Build and Push mikrotik-tailscale Container / build-and-push-arch (amd64) (push) Successful in -6s
Build and Push mikrotik-tailscale Container / merge-images-via-manifest (push) Successful in -10s

This commit is contained in:
Xaver Russ 2025-10-23 03:44:22 +02:00
parent b53290f163
commit 07b917b30c

View file

@ -1,4 +1,4 @@
FROM alpine:3.22 FROM alpine:3.20
# Install all dependencies at build time, not runtime # Install all dependencies at build time, not runtime
RUN apk add --no-cache \ RUN apk add --no-cache \