Skip to content

Commit 8b49882

Browse files
build(deps): bump the docker group with 2 updates
Bumps the docker group with 2 updates: golang and alpine. Updates `golang` from 1.23.5-alpine to 1.24.0-alpine Updates `alpine` from 3.21.2 to 3.21.3 --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dcb841b commit 8b49882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.23.5-alpine AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.24.0-alpine AS builder
22
WORKDIR /go/src/github.com/tus/tusd
33

44
# Add gcc and libc-dev early so it is cached
@@ -29,7 +29,7 @@ RUN set -xe \
2929
-o /go/bin/tusd ./cmd/tusd/main.go
3030

3131
# start a new stage that copies in the binary built in the previous stage
32-
FROM alpine:3.21.2
32+
FROM alpine:3.21.3
3333
WORKDIR /srv/tusd-data
3434

3535
COPY ./docker/entrypoint.sh /usr/local/share/docker-entrypoint.sh

0 commit comments

Comments
 (0)