Skip to content

Commit

Permalink
chore(containerd): bump alpine from 3.15 to 3.18 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
knqyf263 committed Aug 23, 2023
1 parent fe9a543 commit 17a66a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containerd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/westonsteimel/containerd:1.7.3 as source

FROM alpine:3.15
FROM alpine:3.18
COPY --from=source /usr/local/bin/containerd /usr/local/bin/
ENTRYPOINT ["/usr/local/bin/containerd"]
CMD ["--help"]

0 comments on commit 17a66a9

Please sign in to comment.