Skip to content

Commit 6dfdb50

Browse files
committed
Update sha sum for the new oak-migration.zip file
1 parent 2fe1fcc commit 6dfdb50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ RUN wget -nc https://www.silverpeas.org/files/silverpeas-${SILVERPEAS_VERSION}-w
107107
&& mv /opt/silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?} /opt/silverpeas \
108108
&& mv /opt/wildfly-${WILDFLY_VERSION}.Final /opt/wildfly \
109109
&& 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 - \
111111
&& mkdir -p /opt/oak-migration \
112112
&& unzip oak-migrate.zip -d /opt/oak-migration/ \
113113
&& chmod +x /opt/oak-migration/oak-migrate.sh \

Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ RUN wget -nc https://www.silverpeas.org/files/silverpeas-${SILVERPEAS_VERSION}-w
107107
&& mv /opt/silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?} /opt/silverpeas \
108108
&& mv /opt/wildfly-${WILDFLY_VERSION}.Final /opt/wildfly \
109109
&& 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 - \
111111
&& mkdir -p /opt/oak-migration \
112112
&& unzip oak-migrate.zip -d /opt/oak-migration/ \
113113
&& chmod +x /opt/oak-migration/oak-migrate.sh \

0 commit comments

Comments
 (0)