diff --git a/12-alpine-3.15/Dockerfile b/12-alpine-3.15/Dockerfile index 254c9c1..4e60031 100644 --- a/12-alpine-3.15/Dockerfile +++ b/12-alpine-3.15/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15 +FROM alpine:3.18 LABEL org.opencontainers.image.source="https://github.com/cpp-linter/clang-tools-docker" LABEL org.opencontainers.image.description="The Clang Tools Docker image includes the clang-format and clang-tidy."