diff --git a/Dockerfile b/Dockerfile index 5b1dc1b..f93b930 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN /usr/local/bin/pkg --targets ${NODE}-${PLATFORM}-${TARGETARCH} -o server.bin # Step 2: Create the runtime image -FROM docker.io/library/alpine:3.20 +FROM docker.io/library/alpine:3.21 RUN apk add --no-cache libstdc++ COPY index /site/index COPY --from=builder /app/server.bin /node/bin/server