Skip to content

Commit 1449596

Browse files
committed
Updte web gitsha
1 parent ca474c9 commit 1449596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN apt-get update && \
2626

2727

2828
# Clone OSM Website
29-
ENV OPENSTREETMAP_WEBSITE_GITSHA=82d70369990fb93627cef5e8b014de63e5222b74
29+
ENV OPENSTREETMAP_WEBSITE_GITSHA=a244e419719ded592fb87e7ffd360f6e462a0d67
3030
ENV OSM_WEBSITE_URL=https://github.com/openstreetmap/openstreetmap-website/archive/${OPENSTREETMAP_WEBSITE_GITSHA}.zip
3131
RUN rm -rf $workdir/* && curl -fsSL $OSM_WEBSITE_URL -o /tmp/openstreetmap-website.zip && \
3232
unzip /tmp/openstreetmap-website.zip -d /tmp && \

0 commit comments

Comments
 (0)