1
0
Fork 0

Update golang Docker tag to v1.20

liquidsoap-2.2
renovate[bot] 2023-02-01 23:24:28 +00:00
parent 571b2a8432
commit d213d9edeb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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