Compare commits

..

No commits in common. "0f84feeb5f8256eb75d3bd63bc46677838bf794e" and "16f30737f2dc8a53316140d89d10fb881e7ecff0" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.16.0
FROM docker.io/library/alpine:3.15.4
RUN echo "http://dl-3.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories
RUN apk upgrade

View File

@ -11,4 +11,3 @@ services:
- DATABASE_PORT=${DATABASE_PORT}
- DATABASE_NAME=${DATABASE_NAME}
network_mode: host
privileged: true