File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ RUN wget -nc https://www.silverpeas.org/files/silverpeas-${SILVERPEAS_VERSION}-w
107
107
&& mv /opt/silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?} /opt/silverpeas \
108
108
&& mv /opt/wildfly-${WILDFLY_VERSION}.Final /opt/wildfly \
109
109
&& wget -nc https://www.silverpeas.org/files/oak-migrate.zip \
110
- && echo '02d21f69004f2d9e634e82ec062d94521bd6bc0385d7c0ddf9af261cb63afdbb oak-migrate.zip' | sha256sum -c --status - \
110
+ && echo '87009e55520e74b5d2a386f4ebc843ee43cd1f25ca5138f342a94a31add3cfbd oak-migrate.zip' | sha256sum -c --status - \
111
111
&& mkdir -p /opt/oak-migration \
112
112
&& unzip oak-migrate.zip -d /opt/oak-migration/ \
113
113
&& chmod +x /opt/oak-migration/oak-migrate.sh \
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ RUN wget -nc https://www.silverpeas.org/files/silverpeas-${SILVERPEAS_VERSION}-w
107
107
&& mv /opt/silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?} /opt/silverpeas \
108
108
&& mv /opt/wildfly-${WILDFLY_VERSION}.Final /opt/wildfly \
109
109
&& wget -nc https://www.silverpeas.org/files/oak-migrate.zip \
110
- && echo '02d21f69004f2d9e634e82ec062d94521bd6bc0385d7c0ddf9af261cb63afdbb oak-migrate.zip' | sha256sum -c --status - \
110
+ && echo '87009e55520e74b5d2a386f4ebc843ee43cd1f25ca5138f342a94a31add3cfbd oak-migrate.zip' | sha256sum -c --status - \
111
111
&& mkdir -p /opt/oak-migration \
112
112
&& unzip oak-migrate.zip -d /opt/oak-migration/ \
113
113
&& chmod +x /opt/oak-migration/oak-migrate.sh \
You can’t perform that action at this time.
0 commit comments