mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-30 09:45:16 +01:00
dockerfile(gen): update base image to trixie
This commit is contained in:
@@ -4,7 +4,7 @@ ARG GO_VERSION="1.24"
|
||||
ARG PROTOC_VERSION="3.17.3"
|
||||
|
||||
# protoc is dynamically linked to glibc so can't use alpine base
|
||||
FROM golang:${GO_VERSION}-bullseye AS base
|
||||
FROM golang:${GO_VERSION}-trixie AS base
|
||||
ENV GOFLAGS="-mod=vendor"
|
||||
RUN apt-get update && apt-get --no-install-recommends install -y git unzip
|
||||
ARG PROTOC_VERSION
|
||||
|
||||
Reference in New Issue
Block a user