Skip to content

Commit

Permalink
Merge pull request #14 from bitofsky/2024-04
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
bitofsky authored Apr 18, 2024
2 parents 9365d53 + b9fd45c commit 3ec103a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ ENV TS_NODE 10.9.2
ENV SWC_CORE 1.4.15
ENV AWS_CLI 2.15.39
ENV BUILDKIT_VERSION 0.13.1
ENV GO_VERSION 1.22.0

RUN apt-get update -y \
&& apt-get install -y --no-install-recommends \
Expand Down Expand Up @@ -52,7 +51,7 @@ RUN curl -L "https://dl.k8s.io/release/v1.27.12/bin/linux/amd64/kubectl" -o "/us
RUN ln -s /usr/bin/kubectl-v1.24 /usr/bin/kubectl

# install golang
COPY --from=golang:${GO_VERSION} /usr/local/go/ /usr/local/go/
COPY --from=golang:1.22.0 /usr/local/go/ /usr/local/go/
ENV GOPATH /go
ENV PATH $GOPATH/bin:/usr/local/go/bin:/usr/bin:${PATH}

Expand Down

0 comments on commit 3ec103a

Please sign in to comment.