Skip to content

Commit

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

build(deps): bump golang from 1.21.4-bullseye to 1.21.5-bullseye
  • Loading branch information
ktock authored Dec 7, 2023
2 parents 881a815 + 9f119fc commit eca7710
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.27.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.21.4-bullseye AS golang-base
FROM golang:1.21.5-bullseye AS golang-base

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

0 comments on commit eca7710

Please sign in to comment.