1
1
mirror of https://github.com/wader/fq.git synced 2024-08-16 23:40:43 +03:00

Update docker-golang to 1.21.5 from 1.21.4

This commit is contained in:
bump 2023-12-06 16:04:03 +00:00
parent 86e6d58ad2
commit 43c7693704

View File

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