Skip to content

Commit

Permalink
feat(misc/docker/postgres-with-tergum): Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Aug 13, 2022
1 parent 0b0fe5b commit b77ed3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/docker/postgres-with-tergum/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ all: build push

build:
docker build \
--platform linux/amd64 \
--platform linux/amd64 \
--build-arg POSTGRES_VERSION=${POSTGRES_VERSION} \
--build-arg TERGUM_VERSION=${TERGUM_VERSION} \
-t ${IMAGE} \
Expand Down

0 comments on commit b77ed3f

Please sign in to comment.