Skip to content

Commit

Permalink
Drop version tag requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Oct 1, 2024
1 parent 29fd2c6 commit 8ed9df5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion images/full-history/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/osmus/osmseed-osm-processor:v3
FROM ghcr.io/osmus/osmseed-osm-processor

VOLUME /mnt/data
COPY ./start.sh /
Expand Down
2 changes: 1 addition & 1 deletion images/planet-dump/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/osmus/osmseed-osm-processor:v3
FROM ghcr.io/osmus/osmseed-osm-processor

VOLUME /mnt/data
COPY ./start.sh /
Expand Down
2 changes: 1 addition & 1 deletion images/populate-apidb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/osmus/osmseed-osm-processor:v3
FROM ghcr.io/osmus/osmseed-osm-processor

VOLUME /mnt/data
COPY ./start.sh /
Expand Down
2 changes: 1 addition & 1 deletion images/replication-job/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/osmus/osmseed-osm-processor:v3
FROM ghcr.io/osmus/osmseed-osm-processor

# Install Nginx
RUN apt-get update && \
Expand Down

0 comments on commit 8ed9df5

Please sign in to comment.