Skip to content

Commit 2bebe25

Browse files
build(deps): bump the docker group with 2 updates (#1241)
Bumps the docker group with 2 updates: golang and alpine. Updates `golang` from 1.23.4-alpine to 1.23.5-alpine Updates `alpine` from 3.21.0 to 3.21.2 --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2741818 commit 2bebe25

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.4-alpine AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.23.5-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.0
32+
FROM alpine:3.21.2
3333
WORKDIR /srv/tusd-data
3434

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

0 commit comments

Comments
 (0)