Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
feat: update CouchDB docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Apr 14, 2019
1 parent 3934481 commit 4cf874c
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,5 +1,5 @@
# Build stage
FROM apache/couchdb:2.1 as builder
FROM apache/couchdb:2.3 as builder

MAINTAINER Pierre Vanduynslager pierre.denis.vanduynslager@gmail.com

Expand All @@ -22,7 +22,7 @@ COPY scripts/constants.sh scripts/functions.sh scripts/init-couchdb.sh ./
RUN ./init-couchdb.sh

# Image stage
FROM apache/couchdb:2.1
FROM apache/couchdb:2.3

# Retrieve data and config
COPY --from=builder /usr/local/var/lib/couchdb /usr/local/var/lib/couchdb
Expand Down

0 comments on commit 4cf874c

Please sign in to comment.