We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7500f43 commit f03aa9bCopy full SHA for f03aa9b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=$BUILDPLATFORM golang:1.21.3-alpine AS builder
+FROM --platform=$BUILDPLATFORM golang:1.21.4-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.18.4
+FROM alpine:3.18.5
33
WORKDIR /srv/tusd-data
34
35
COPY ./docker/entrypoint.sh /usr/local/share/docker-entrypoint.sh
0 commit comments