Skip to content

Commit

Permalink
Merge pull request #1014 from tus/dependabot/docker/docker-a7e472d431
Browse files Browse the repository at this point in the history
build(deps): bump the docker group with 2 updates
  • Loading branch information
Acconut authored Oct 16, 2023
2 parents 5e9be5a + a6b5085 commit 4b58529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.21.0-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.21.1-alpine AS builder
WORKDIR /go/src/github.com/tus/tusd

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

# start a new stage that copies in the binary built in the previous stage
FROM alpine:3.18.3
FROM alpine:3.18.4
WORKDIR /srv/tusd-data

COPY ./docker/entrypoint.sh /usr/local/share/docker-entrypoint.sh
Expand Down

0 comments on commit 4b58529

Please sign in to comment.