mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 22:44:56 +07:00
Update golang in Dockerfile
This commit is contained in:
parent
a1f62c223e
commit
c8ad0dae5f
@ -1,4 +1,4 @@
|
||||
FROM golang:1.21-bookworm AS builder
|
||||
FROM golang:1.22-bookworm AS builder
|
||||
RUN apt-get update && apt-get install -y llvm-15 clang-15 git make
|
||||
ENV CLANG=clang-15
|
||||
WORKDIR /build/
|
||||
|
Loading…
Reference in New Issue
Block a user