bump version

This commit is contained in:
Annika Hannig 2022-02-08 16:28:44 +01:00
parent fb630f3057
commit 9a3938fb3f

View File

@ -23,7 +23,7 @@ ADD client .
RUN DISABLE_LOGGING=1 NODE_ENV=production /usr/local/bin/gulp
# Build the backend
FROM golang:1.16 AS backend
FROM golang:1.17 AS backend
# Install dependencies
WORKDIR /src/alice-lg