1
0
Fork 0

Update golang Docker tag to v1.24

main
renovate[bot] 2025-04-27 11:53:53 +00:00 committed by GitHub
parent 41c3970659
commit f9877b2ea4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

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