Skip to content

Commit

Permalink
pin postgres image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed Sep 30, 2023
1 parent 644fa91 commit d5218ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/dev/bitnami-postgres.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/postgresql:latest
FROM bitnami/postgresql:15.3.0

USER root

Expand All @@ -11,7 +11,7 @@ COPY migrations /tmp/migrations

RUN apt update && \
apt install curl -y && \
curl -LO https://github.com/golang-migrate/migrate/releases/download/v4.15.2/migrate.linux-amd64.deb && \
curl -LO https://github.com/golang-migrate/migrate/releases/download/v4.16.2/migrate.linux-amd64.deb && \
dpkg -i migrate.linux-amd64.deb && \
rm migrate.linux-amd64.deb && \
apt clean && \
Expand Down

0 comments on commit d5218ba

Please sign in to comment.