File tree 2 files changed +1
-5
lines changed
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
53
53
# Set the home path
54
54
ENV HOME=/opt/mendix/build
55
55
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
-
60
56
# Add the buildpack modules
61
57
ENV PYTHONPATH "/opt/mendix/buildpack/lib/:/opt/mendix/buildpack/:/opt/mendix/buildpack/lib/python3.11/site-packages/"
62
58
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV LANG C.UTF-8
10
10
ENV LC_ALL C.UTF-8
11
11
12
12
# CF buildpack version
13
- ARG CF_BUILDPACK=v5.0.4
13
+ ARG CF_BUILDPACK=v5.0.9
14
14
# CF buildpack download URL
15
15
ARG CF_BUILDPACK_URL=https://github.com/mendix/cf-mendix-buildpack/releases/download/${CF_BUILDPACK}/cf-mendix-buildpack.zip
16
16
You can’t perform that action at this time.
0 commit comments