mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 20:04:40 +07:00
chore(Dockerfile): upgrade golang and clang (https://github.com/daeuniverse/daed/issues/250) (#320)
This commit is contained in:
parent
bfd4d99744
commit
8334868905
@ -1,5 +1,6 @@
|
||||
FROM golang:1.20-bullseye AS builder
|
||||
RUN apt-get update && apt-get install -y llvm clang git make
|
||||
FROM golang:1.21-bookworm AS builder
|
||||
RUN apt-get update && apt-get install -y llvm-15 clang-15 git make
|
||||
ENV CLANG=clang-15
|
||||
WORKDIR /build/
|
||||
ADD go.mod go.sum ./
|
||||
RUN go mod download
|
||||
|
Loading…
Reference in New Issue
Block a user