Compare commits

..

2 Commits

Author SHA1 Message Date
0f84feeb5f
fix: getHostname error in docker-compose
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-14 20:02:15 +02:00
4ec1a2311b
chore(deps): update dependency docker.io/library/alpine to v3.16.0 2022-07-14 20:02:15 +02:00
2 changed files with 2 additions and 1 deletions

View File

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

View File

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