Skip to content

Commit

Permalink
fix: Docker build readme updated with the correct PostgreSQL version (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelromcar-parabol committed Jan 11, 2024
1 parent 5af8726 commit 5fde915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/parabol-ubi/docker-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Recommended:
Example of variables:

```commandLine
export postgresql_tag=12.10-alpine; \
export postgresql_tag=15.4-alpine; \
export rethinkdb_tag=2.4.2; \
export redis_tag=7.0-alpine; \
export _BUILD_ENV_PATH=docker/parabol-ubi/docker-build/environments/pipeline; \
Expand Down Expand Up @@ -131,7 +131,7 @@ Modify the version export below e.g. update vX.X.X and run the export command an
- Use `_DOCKER_TAG` to define the tag for the new image.

```commandLine
export postgresql_tag=12.10-alpine; \
export postgresql_tag=15.4-alpine; \
export rethinkdb_tag=2.4.2; \
export redis_tag=7.0-alpine; \
export _BUILD_ENV_PATH=environments/local-buildenv \
Expand Down

0 comments on commit 5fde915

Please sign in to comment.