We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cc710 commit ec672afCopy full SHA for ec672af
Dockerfile
@@ -28,7 +28,7 @@ COPY --from=node /app/web/node_modules ./web/node_modules
28
ARG version=dev
29
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-w -extldflags '-static' -X main.VersionTag=${version}" -o /go/bin/tumlive cmd/tumlive/tumlive.go
30
31
-FROM alpine:3.21
+FROM alpine:3.22
32
RUN apk add --no-cache tzdata openssl
33
WORKDIR /app
34
COPY --from=build-env /go/bin/tumlive .
0 commit comments