Skip to content

Commit

Permalink
feat: use bookworm for 3.3.3 and update to 3.3.3-1 variant
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Sep 28, 2024
1 parent 6fd92e0 commit 9c8ab9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3.3.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations under
# the License.

FROM debian:bullseye-slim
FROM debian:bookworm-slim

LABEL maintainer="CouchDB Developers [email protected]"

Expand Down Expand Up @@ -66,7 +66,7 @@ RUN set -eux; \
echo "couchdb couchdb/mode select none" | debconf-set-selections; \
# we DO want recommends this time
DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-downgrades --allow-remove-essential --allow-change-held-packages \
couchdb="$COUCHDB_VERSION"~bullseye \
couchdb="$COUCHDB_VERSION-1"~bookworm \
; \
# Undo symlinks to /var/log and /var/lib
rmdir /var/lib/couchdb /var/log/couchdb; \
Expand Down

0 comments on commit 9c8ab9e

Please sign in to comment.