Switch Docker images to ones with armv7+arm64 support

This commit is contained in:
Ske 2020-08-25 21:21:09 +02:00
parent 536610a46f
commit 9114c9815c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-alpine FROM mcr.microsoft.com/dotnet/core/sdk:3.1.401
WORKDIR /app WORKDIR /app
# Restore/fetch dependencies excluding app code to make use of caching # Restore/fetch dependencies excluding app code to make use of caching

View File

@ -43,7 +43,7 @@ services:
restart: unless-stopped restart: unless-stopped
influx: influx:
image: influxdb:alpine image: influxdb:1.8
volumes: volumes:
- "influx_data:/var/lib/influxdb" - "influx_data:/var/lib/influxdb"
ports: ports: