Skip to content

Commit

Permalink
bump golang from 1.22.4 to 1.22.6
Browse files Browse the repository at this point in the history
Signed-off-by: Iceber Gu <[email protected]>
  • Loading branch information
Iceber committed Aug 26, 2024
1 parent ac764ed commit 52c91ec
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions builder.dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
FROM golang:1.22.4

# FROM golang:1.19.2-alpine
# RUN apk add --no-cache build-base git bash

FROM golang:1.22.6
RUN apt-get update && apt-get install -y gcc-aarch64-linux-gnu gcc-x86-64-linux-gnu

COPY . /clusterpedia

# RUN rm -rf /clusterpedia/.git
# RUN rm -rf /clusterpedia/test

ENV CLUSTERPEDIA_REPO="/clusterpedia"

RUN cp /clusterpedia/hack/builder.sh /

0 comments on commit 52c91ec

Please sign in to comment.