Skip to content

Commit 77f2f4e

Browse files
committed
update: bc
1 parent cde0e04 commit 77f2f4e

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.10 && \
12-
getcap /usr/bin/python3.10 && \
11+
RUN setcap -r /usr/bin/python3.11 && \
12+
getcap /usr/bin/python3.11 && \
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)