From 08e5b815cb301e44c0e95b1895f3c99c89b40530 Mon Sep 17 00:00:00 2001 From: hasura-bot Date: Tue, 9 Aug 2022 11:44:03 +0100 Subject: [PATCH] [security] Update Debian base image to debian:buster-20220711-slim GITHUB_PR_NUMBER: 8737 GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/8737 PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5302 Co-authored-by: Andrew Louis <996681+andrewlouis93@users.noreply.github.com> GitOrigin-RevId: 4b1569ae8c543c49ccb0b6a283b4b20e3c9fe293 --- packaging/graphql-engine-base/debian.dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/graphql-engine-base/debian.dockerfile b/packaging/graphql-engine-base/debian.dockerfile index df27608dff1..d6374c42e82 100644 --- a/packaging/graphql-engine-base/debian.dockerfile +++ b/packaging/graphql-engine-base/debian.dockerfile @@ -1,6 +1,6 @@ -# DATE VERSION: 2022-04-12 +# DATE VERSION: 2022-08-02 # Modify the above date version (YYYY-MM-DD) if you want to rebuild the image for security updates -FROM debian:buster-20210511-slim +FROM debian:buster-20220711-slim # TARGETPLATFORM is automatically set up by docker buildx based on the platform we are targetting for ARG TARGETPLATFORM