chore(deps): update docker.io/library/golang docker tag to v1.22.3 #37

Merged
CSRBot merged 1 commits from renovate/docker.io-library-golang-1.x into master 2024-05-07 19:14:34 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit bbade1e4f9 - Show all commits

View File

@ -67,7 +67,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.22.2
image: docker.io/library/golang:1.22.3
trigger:
event:
@ -92,7 +92,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.22.2
image: docker.io/library/golang:1.22.3
trigger:
event:

View File

@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.22.2-alpine3.19 AS build
FROM docker.io/library/golang:1.22.3-alpine3.19 AS build
RUN apk add git make