Update golang in Dockerfile

This commit is contained in:
hero-intelligent 2024-02-08 07:06:28 +08:00 committed by GitHub
parent a1f62c223e
commit c8ad0dae5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/