Skip to content

Commit

Permalink
Merge pull request #265 from apache/feat/use-bookworm-for-3.3.3
Browse files Browse the repository at this point in the history
feat: use bookworm for 3.3.3
  • Loading branch information
janl authored Sep 28, 2024
2 parents 6fd92e0 + 9c8ab9e commit f68db4c
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 f68db4c

Please sign in to comment.