1
1
mirror of https://github.com/wader/fq.git synced 2024-10-26 20:06:29 +03:00

docker: Change to bookworm

This commit is contained in:
Mattias Wadman 2023-07-12 22:25:00 +02:00
parent 5e365037e9
commit 8edef78aba

View File

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