Skip to content

Commit 601ce0d

Browse files
authored
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 d60b424. Should fix problem with `publish_ghcr_image` workflow. [1]: https://hub.docker.com/_/python
1 parent 2e1583e commit 601ce0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_ghcr_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
context: ui
7676
push: true
77-
build-args: BASE_IMAGE=alpine:3.15
77+
build-args: BASE_IMAGE=python:3.11-slim
7878
tags: "${{ steps.image_ui.outputs.UI_IMAGE }}"
7979
platforms: linux/amd64,linux/arm64
8080

0 commit comments

Comments
 (0)