Bump services built directly on Alpine layer to Alpine 3.12
This commit is contained in:
parent
3f9accced2
commit
14e07c9b56
@ -16,10 +16,6 @@ cd ${ROOT}/apk/py3-secure-cookie
|
||||
apk add -U py3-setuptools py3-pytest py3-werkzeug
|
||||
abuild -F
|
||||
|
||||
cd ${ROOT}/apk/rabbitmq-server
|
||||
apk add -U elixir erlang-compiler erlang-dev erlang-edoc erlang-eldap erlang-erl-docgen erlang-mnesia erlang-os-mon erlang-runtime-tools erlang-tools erlang-eunit erlang-xmerl gawk grep libxslt py3-simplejson python3 rsync socat xmlto zip
|
||||
abuild -F
|
||||
|
||||
cd ${ROOT}/apk/spoc
|
||||
abuild -F
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
IMAGE mariadb_10.4.13-200621
|
||||
FROM alpine3.11_3.11.6-200621
|
||||
IMAGE mariadb_10.4.15-201013
|
||||
FROM alpine3.12_3.12.0-201013
|
||||
|
||||
RUN EOF
|
||||
# Create OS user (which will be picked up later by apk add)
|
||||
|
@ -1,5 +1,5 @@
|
||||
IMAGE postgis_3.0.0-200621
|
||||
FROM postgres_12.2.0-200621
|
||||
IMAGE postgis_3.0.1-201013
|
||||
FROM postgres_12.4.0-201013
|
||||
|
||||
USER root
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
IMAGE postgres_12.2.0-200621
|
||||
FROM alpine3.11_3.11.6-200621
|
||||
IMAGE postgres_12.4.0-201013
|
||||
FROM alpine3.12_3.12.0-201013
|
||||
|
||||
RUN EOF
|
||||
# Create OS user (which will be picked up later by apk add)
|
||||
|
@ -1,5 +1,5 @@
|
||||
IMAGE redis_5.0.7-200621
|
||||
FROM alpine3.11_3.11.6-200621
|
||||
IMAGE redis_5.0.9-201013
|
||||
FROM alpine3.12_3.12.0-201013
|
||||
|
||||
RUN EOF
|
||||
# Create OS user (which will be picked up later by apk add)
|
||||
|
Loading…
Reference in New Issue
Block a user