Skip to content

Commit

Permalink
Reuse ARG
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 4, 2024
1 parent b23459d commit 0dbe0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG POSTGRES_VERSION=17
FROM postgres:${POSTGRES_VERSION}

ENV POSTGRES_VERSION=${POSTGRES_VERSION}
ARG POSTGRES_VERSION=17

# Install prerequisites and configure PostgreSQL for wal2json
RUN apt-get update && apt-mark hold locales && \
Expand Down

0 comments on commit 0dbe0a0

Please sign in to comment.