ci: updates base image for ubuntu and centos flavours

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4502
GitOrigin-RevId: 0897d097b5698f5751b7bfc72801dbfdb19e90c2
This commit is contained in:
Vishnu Bharathi 2022-06-08 12:36:25 +05:30 committed by hasura-bot
parent 3e33fd6ff7
commit 952a3f6481
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# DATE VERSION: 2022-04-12
# DATE VERSION: 2022-05-16
# Modify the above date version (YYYY-MM-DD) if you want to rebuild the image for security updates
FROM quay.io/centos/centos@sha256:fc45f3e1294861d7851a87be152b1ab2350d755744077d5ee12b725fdca87919
FROM quay.io/centos/centos@sha256:e0dd15bcd9aaeebec1c74236e9764cd18e198f35631d72e07039c9a2aa66fa4e
# TARGETPLATFORM is automatically set up by docker buildx based on the platform we are targetting for
ARG TARGETPLATFORM

View File

@ -1,6 +1,6 @@
# DATE VERSION: 2022-04-12
# DATE VERSION: 2022-05-16
# Modify the above date version (YYYY-MM-DD) if you want to rebuild the image for security updates
FROM ubuntu:20.04
FROM ubuntu:focal-20220531
# TARGETPLATFORM is automatically set up by docker buildx based on the platform we are targetting for
ARG TARGETPLATFORM