We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f90f61 commit 97a6e31Copy full SHA for 97a6e31
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=$BUILDPLATFORM golang:1.23.5-alpine AS builder
+FROM --platform=$BUILDPLATFORM golang:1.24.0-alpine AS builder
2
WORKDIR /go/src/github.com/tus/tusd
3
4
# Add gcc and libc-dev early so it is cached
@@ -29,7 +29,7 @@ RUN set -xe \
29
-o /go/bin/tusd ./cmd/tusd/main.go
30
31
# start a new stage that copies in the binary built in the previous stage
32
-FROM alpine:3.21.2
+FROM alpine:3.21.3
33
WORKDIR /srv/tusd-data
34
35
COPY ./docker/entrypoint.sh /usr/local/share/docker-entrypoint.sh
0 commit comments