Skip to content

Commit

Permalink
try to force org.opencontainers.image.version...
Browse files Browse the repository at this point in the history
  • Loading branch information
mborne committed Feb 1, 2023
1 parent 001b14e commit 18e3317
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions img/13-3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM postgres:13

LABEL org.opencontainers.image.version=13-3

RUN apt-get update \
&& apt-get install -y postgresql-13-postgis-3 \
&& apt-get install -y postgresql-13-pgrouting \
Expand Down
2 changes: 2 additions & 0 deletions img/14-3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM postgres:14

LABEL org.opencontainers.image.version=14-3

RUN apt-get update \
&& apt-get install -y postgresql-14-postgis-3 \
&& apt-get install -y postgresql-14-pgrouting \
Expand Down

0 comments on commit 18e3317

Please sign in to comment.