Skip to content

Commit

Permalink
build(deps): bump the docker group with 2 updates (#1142)
Browse files Browse the repository at this point in the history
Bumps the docker group with 2 updates: golang and alpine.


Updates `golang` from 1.22.2-alpine to 1.22.3-alpine

Updates `alpine` from 3.19.1 to 3.20.0

---
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-minor
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent d984304 commit c2b6631
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.22.2-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.22.3-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.19.1
FROM alpine:3.20.0
WORKDIR /srv/tusd-data

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

0 comments on commit c2b6631

Please sign in to comment.