Update golang from 1.17 to 1.21.1-alpine
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
200e2561a8
commit
5537a8ca29
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM golang:1.17
|
||||
FROM golang:1.21.1-alpine
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
|
Loading…
Reference in a new issue