Skip to content

Commit

Permalink
Do not use ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 4, 2024
1 parent e3799fe commit 8f1d5af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ ARG POSTGRES_VERSION=17

FROM postgres:$POSTGRES_VERSION

ENV POSTGRES_VERSION=${POSTGRES_VERSION}

RUN apt-get update
RUN apt-mark hold locales
RUN apt-get install curl ca-certificates -y
Expand Down

0 comments on commit 8f1d5af

Please sign in to comment.