1
1
mirror of https://github.com/wader/fq.git synced 2024-09-11 20:07:11 +03:00

Merge pull request #986 from wader/bump-docker-golang-1.23.0

Update docker-golang to 1.23.0 from 1.22.6
This commit is contained in:
Mattias Wadman 2024-08-14 20:16:24 +02:00 committed by GitHub
commit 33f785cac7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
# bump: docker-golang /FROM golang:([\d.]+)/ docker:golang|^1
FROM golang:1.22.6-bookworm AS base
FROM golang:1.23.0-bookworm AS base
# expect is used to test cli
RUN \