chore(deps): update docker.io/library/golang docker tag to v1.21.5
This commit is contained in:
parent
b83efda648
commit
2f9a7d0dd5
@ -67,7 +67,7 @@ steps:
|
||||
- name: unit-test
|
||||
commands:
|
||||
- go test -v ./...
|
||||
image: docker.io/library/golang:1.21.4
|
||||
image: docker.io/library/golang:1.21.5
|
||||
|
||||
trigger:
|
||||
event:
|
||||
@ -92,7 +92,7 @@ steps:
|
||||
- name: unit-test
|
||||
commands:
|
||||
- go test -v ./...
|
||||
image: docker.io/library/golang:1.21.4
|
||||
image: docker.io/library/golang:1.21.5
|
||||
|
||||
trigger:
|
||||
event:
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/golang:1.21.4-alpine3.18 AS build
|
||||
FROM docker.io/library/golang:1.21.5-alpine3.18 AS build
|
||||
|
||||
RUN apk add git make
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user