1
0
Fork 0

Update golang Docker tag to v1.17

liquidsoap-2.2
Renovate Bot 2021-10-12 19:00:26 +00:00 committed by Carl Kittelberger
parent 75f1297235
commit df65408d89
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.16-alpine
FROM golang:1.17-alpine
WORKDIR /usr/src/icedreammusic/
COPY . .

View File

@ -1,4 +1,4 @@
FROM golang:1.16-alpine
FROM golang:1.17-alpine
WORKDIR /usr/src/icedreammusic/
COPY . .