Skip to content

Commit

Permalink
Bump golang from 1.19-bullseye to 1.20-bullseye in /docker
Browse files Browse the repository at this point in the history
Bumps golang from 1.19-bullseye to 1.20-bullseye.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dbast committed Mar 19, 2023
1 parent ed60302 commit 2a18656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN mkdir -p /binaries && \
cp /usr/bin/qemu-arm-static /binaries/; \
fi

FROM golang:1.19-bullseye AS builder
FROM golang:1.20-bullseye AS builder

# hadolint ignore=DL3008
RUN apt-get update -qq \
Expand Down

0 comments on commit 2a18656

Please sign in to comment.