Skip to content

Commit 20f8f2f

Browse files
author
Vidas P
committed
Update docker base image to bulseye
Update base docker image to current debian stable (bullseye). As a consequence default postgress version is update from 11 to 13. If you use default docker-compose to run ActiveWorkflow, you may need to migrate you postgress database. If you use your own postgres image/instance, ActiveWorkflow will work with old postgres just fine, you don't need to do anything.
1 parent 9238047 commit 20f8f2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/ruby:2.6.10-slim-buster
1+
FROM docker.io/ruby:2.6.10-slim-bullseye
22

33
COPY docker/scripts/prepare_os /scripts/
44
RUN /scripts/prepare_os

docker/scripts/prepare_os

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $minimal_apt_get_install build-essential \
2222
zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev \
2323
libncurses5-dev libffi-dev libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev \
2424
graphviz libpq-dev tzdata \
25-
postgresql-11 tini
25+
postgresql-13 tini
2626

2727
apt-get purge -y python3* rsyslog rsync manpages
2828
apt -y autoremove

0 commit comments

Comments
 (0)