Target latest alpine image

This commit is contained in:
PassiveLemon 2024-07-16 11:07:47 -04:00
parent 39b0c8c674
commit 3aa0f2d914

View File

@ -18,7 +18,7 @@ RUN go mod tidy &&\
RUN chmod 755 /usr/local/bin/zoraxy &&\
chmod +x /usr/local/bin/zoraxy
FROM docker.io/alpine:3.20
FROM docker.io/alpine:latest
RUN apk add --no-cache bash netcat-openbsd sudo