Skip to content

Commit

Permalink
fix k8s-snap Dockerfile (#33)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Berkay Tekin Öz <[email protected]>
  • Loading branch information
bschimke95 and berkayoz committed Aug 1, 2024
1 parent fc46fd3 commit 5359637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ RUN apt-get update \

## NOTE(neoaggelos): Go version used to build components
## !!!IMPORTANT!!! Keep up to date with "snapcraft.yaml:parts.build-deps.build-snaps.go"
ADD install-go.sh
RUN install-go.sh 1.22 && ln -s /usr/local/go/bin/go /usr/local/bin/go
ADD install-go.sh /
RUN /install-go.sh 1.22 && ln -s /usr/local/go/bin/go /usr/local/bin/go

## Prepare build environment
ENV SNAPCRAFT_PART_INSTALL=/out
Expand Down

0 comments on commit 5359637

Please sign in to comment.