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

Commit 4cf874c

Browse files
committed
feat: update CouchDB docker image
1 parent 3934481 commit 4cf874c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM apache/couchdb:2.1 as builder
2+
FROM apache/couchdb:2.3 as builder
33

44
MAINTAINER Pierre Vanduynslager [email protected]
55

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

2424
# Image stage
25-
FROM apache/couchdb:2.1
25+
FROM apache/couchdb:2.3
2626

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

0 commit comments

Comments
 (0)