mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
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:
parent
3e33fd6ff7
commit
952a3f6481
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user