Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
build: update to latest osm-website commit
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Apr 28, 2024
1 parent deae6ad commit b5f72c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ARG OSM_COMMIT=312648cb05d891d62aa670b96e7ffc812265fe90
ARG OSM_COMMIT_DATE=2024-04-28
ARG OSM_COMMIT=fc81201cabc8fad5b45a51c7b805e7825d22c7b5


FROM docker.io/ruby:3.3.0-slim-bookworm as openstreetmap-repo
Expand All @@ -12,7 +13,7 @@ RUN set -ex \
WORKDIR /repo
RUN update-ca-certificates
ARG OSM_COMMIT
RUN git clone --branch master --shallow-since=2024-04-27 \
RUN git clone --branch master --shallow-since="${OSM_COMMIT_DATE}" \
https://github.com/openstreetmap/openstreetmap-website.git \
&& cd openstreetmap-website && git checkout "${OSM_COMMIT}"

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
restart: "unless-stopped"

osm:
image: ghcr.io/hotosm/osm-sandbox:2024.4.27
image: ghcr.io/hotosm/osm-sandbox:2024.4.28
build: .
environment:
PROTOCOL: http${DOMAIN:+s}
Expand Down

0 comments on commit b5f72c4

Please sign in to comment.