Skip to content

Commit

Permalink
using latest go version
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandosborne committed Sep 16, 2024
1 parent 1554600 commit 3ad8034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ RUN n stable
RUN mkdir /app

RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then ARCHITECTURE=amd64; elif [ "$TARGETPLATFORM" = "linux/arm64" ]; then ARCHITECTURE=arm64; elif [ "$TARGETPLATFORM" = "linux/arm64" ]; then ARCHITECTURE=aarch64; else ARCHITECTURE=unsupported; fi \
&& wget -P /app https://go.dev/dl/go1.22.4.linux-${ARCHITECTURE}.tar.gz \
&& tar -C /usr/local -xzf /app/go1.22.4.linux-${ARCHITECTURE}.tar.gz
&& wget -P /app https://go.dev/dl/go1.23.1.linux-${ARCHITECTURE}.tar.gz \
&& tar -C /usr/local -xzf /app/go1.23.1.linux-${ARCHITECTURE}.tar.gz

RUN git clone https://github.com/balzack/databag.git /app/databag

Expand Down

0 comments on commit 3ad8034

Please sign in to comment.