Skip to content

Commit 3e77c34

Browse files
committed
fix: bc
1 parent 77f2f4e commit 3e77c34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tenants/edge-workshop/components/configs/simple/pgadmin4/pgadmin4-bc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ spec:
88
dockerfile: |
99
FROM docker.io/dpage/pgadmin4:latest
1010
USER root
11-
RUN setcap -r /usr/bin/python3.11 && \
12-
getcap /usr/bin/python3.11 && \
11+
RUN setcap -r /usr/bin/python3.12 && \
12+
getcap /usr/bin/python3.12 && \
1313
sed -i 's@443@8443@g; s@80@8080@g' /entrypoint.sh
1414
# ENV PGADMIN_LISTEN_PORT 8080
1515
ENV PGADMIN_DISABLE_POSTFIX true

0 commit comments

Comments
 (0)