Skip to content

Commit

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

build(deps): bump golang from 1.21-bullseye to 1.22-bullseye
  • Loading branch information
ktock authored Jun 7, 2024
2 parents 4ade25b + 8638f04 commit 03ac95c
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
Expand Up @@ -34,7 +34,7 @@ ARG CRI_TOOLS_VERSION=v1.30.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.22.3-bullseye AS golang-base
FROM golang:1.22.4-bullseye AS golang-base

# Build containerd
FROM golang-base AS containerd-dev
Expand Down Expand Up @@ -79,7 +79,7 @@ RUN apt-get update -y && apt-get install -y libbtrfs-dev libseccomp-dev && \
make vendor && make && DESTDIR=/out/ PREFIX= make install

# Build runc
FROM golang:1.21-bullseye AS runc-dev
FROM golang:1.22-bullseye AS runc-dev
ARG RUNC_VERSION
RUN apt-get update -y && apt-get install -y libseccomp-dev && \
git clone -b ${RUNC_VERSION} --depth 1 \
Expand Down

0 comments on commit 03ac95c

Please sign in to comment.