Skip to content

Commit

Permalink
Merge pull request #1108 from containerd/dependabot/docker/golang-1.2…
Browse files Browse the repository at this point in the history
…0.1-bullseye

build(deps): bump golang from 1.20.0-bullseye to 1.20.1-bullseye
  • Loading branch information
ktock committed Mar 2, 2023
2 parents 86188b8 + 69cac13 commit 0593374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ARG CRI_TOOLS_VERSION=v1.26.0
# Legacy builder that doesn't support TARGETARCH should set this explicitly using --build-arg.
# If TARGETARCH isn't supported by the builder, the default value is "amd64".

FROM golang:1.20.0-bullseye AS golang-base
FROM golang:1.20.1-bullseye AS golang-base

# Build containerd
FROM golang-base AS containerd-dev
Expand Down

0 comments on commit 0593374

Please sign in to comment.