ci: update base image of graphql-engine to focal-20230308

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8592
GitOrigin-RevId: ae36c41a7c0f012845d4d782ffa25aef566ae000
This commit is contained in:
ananya-2410 2023-04-03 12:29:43 +05:30 committed by hasura-bot
parent 7e06b30e4d
commit ff759bfbe1

View File

@ -1,6 +1,6 @@
# DATE VERSION: 2023-03-04
# DATE VERSION: 2023-04-03
# Modify the above date version (YYYY-MM-DD) if you want to rebuild the image
FROM ubuntu:focal-20230301
FROM ubuntu:focal-20230308
### NOTE! Shared libraries here need to be kept in sync with `server-builder.dockerfile`!