From 601ce0d3214af032143b74d42ced0528542a3c1b Mon Sep 17 00:00:00 2001 From: Matthias Adler Date: Thu, 13 Jun 2024 23:30:26 +0200 Subject: [PATCH] PG-UI switch to official Python image Commit changes build argument for Github Actions to use the same [official Python image][1] as the one used for building "postgres-operator-ui" since commit d60b424d7957d715003d9e5597bd5b5d63b6e250. Should fix problem with `publish_ghcr_image` workflow. [1]: https://hub.docker.com/_/python --- .github/workflows/publish_ghcr_image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_ghcr_image.yaml b/.github/workflows/publish_ghcr_image.yaml index 245d30fc3..636202d1a 100644 --- a/.github/workflows/publish_ghcr_image.yaml +++ b/.github/workflows/publish_ghcr_image.yaml @@ -74,7 +74,7 @@ jobs: with: context: ui push: true - build-args: BASE_IMAGE=alpine:3.15 + build-args: BASE_IMAGE=python:3.11-slim tags: "${{ steps.image_ui.outputs.UI_IMAGE }}" platforms: linux/amd64,linux/arm64