Skip to content

Commit

Permalink
chore(Dockerfile): upgrade golang and clang (daeuniverse/daed#250) (#320
Browse files Browse the repository at this point in the history
)
  • Loading branch information
hero-intelligent authored Sep 4, 2023
1 parent bfd4d99 commit 8334868
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8334868

Please sign in to comment.