chore(deps): update alpine docker tag to v3.20 #2

Merged
nyyu merged 1 commit from renovate/alpine-3.x into main 2024-05-22 22:37:10 +02:00
Showing only changes of commit 246b0d1515 - Show all commits

View file

@ -1,4 +1,4 @@
FROM alpine:3.19
FROM alpine:3.20
ARG TS3SERVER_VER=3.13.7
ARG USER=185
RUN apk add --no-cache ca-certificates gcompat libstdc++ && \