1
0
Fork 0

Update golang Docker tag to v1.21

main
renovate[bot] 2023-11-12 23:29:33 +00:00 committed by GitHub
parent 27c36b81ef
commit 9006993a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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