Skip to content

Commit

Permalink
16.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod authored Apr 23, 2020
1 parent 241882f commit d5c691a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cockroachdb/cockroach:v19.1.5 AS cdb
FROM cockroachdb/cockroach:v19.2.6 AS cdb

# make a pipe fail on the first failure
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down Expand Up @@ -64,4 +64,4 @@ EXPOSE 26257 8080
VOLUME /cockroach/cockroach-data

# run the app
ENTRYPOINT ["/cockroach/cockroach"]
ENTRYPOINT ["/cockroach/cockroach"]

0 comments on commit d5c691a

Please sign in to comment.