Skip to content

Commit

Permalink
Merge pull request #4820 from jedevc/fix-dockerfile-casing
Browse files Browse the repository at this point in the history
chore: fix casing in containerd-alt-16 stage
  • Loading branch information
AkihiroSuda authored Apr 2, 2024
2 parents cbb116d + be24012 commit 319e1ce
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 @@ -259,7 +259,7 @@ RUN --mount=from=containerd-src,src=/usr/src/containerd,rw \
EOT

# containerd v1.6 for integration tests
FROM containerd-base as containerd-alt-16
FROM containerd-base AS containerd-alt-16
ARG CONTAINERD_ALT_VERSION_16
RUN --mount=from=containerd-src,src=/usr/src/containerd,rw \
--mount=target=/root/.cache,type=cache <<EOT
Expand Down

0 comments on commit 319e1ce

Please sign in to comment.