Skip to content

Commit

Permalink
Update docker.io/library/alpine Docker tag to v3.21 (#266)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 9011bba commit 642e5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 642e5fb

Please sign in to comment.