chore: Remove upstream dockerfile directive

The arg substitution syntax we use has now made it into the default dockerfile syntax

Signed-off-by: bo0tzz <git@bo0tzz.me>
This commit is contained in:
bo0tzz
2024-06-07 07:07:46 +00:00
parent e3c32071cf
commit ba78ee296a
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
# syntax=docker/dockerfile-upstream:master
ARG CNPG_TAG
FROM ghcr.io/cloudnative-pg/postgresql:$CNPG_TAG