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

Commit

Permalink
build: use valid semver for osm img version
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Apr 28, 2024
1 parent f2633f6 commit c38dfa5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

networks:
osm-net:
name: osm-net
Expand Down Expand Up @@ -50,7 +48,7 @@ services:
restart: "unless-stopped"

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

0 comments on commit c38dfa5

Please sign in to comment.