File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,6 @@ ARG USER_UID=1001
5353# Set the home path
5454ENV HOME=/opt/mendix/build
5555
56- # Allow the user group to modify /etc/passwd so that OpenShift 3 randomized UIDs are supported by CF Buildpack
57- RUN chmod g=u /etc/passwd &&\
58- chown ${USER_UID}:0 /etc/passwd
59-
6056# Add the buildpack modules
6157ENV PYTHONPATH "/opt/mendix/buildpack/lib/:/opt/mendix/buildpack/:/opt/mendix/buildpack/lib/python3.11/site-packages/"
6258
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV LANG C.UTF-8
1010ENV LC_ALL C.UTF-8
1111
1212# CF buildpack version
13- ARG CF_BUILDPACK=v5.0.4
13+ ARG CF_BUILDPACK=v5.0.9
1414# CF buildpack download URL
1515ARG CF_BUILDPACK_URL=https://github.com/mendix/cf-mendix-buildpack/releases/download/${CF_BUILDPACK}/cf-mendix-buildpack.zip
1616
You can’t perform that action at this time.
0 commit comments