Skip to content

Commit

Permalink
DELETE: change go template
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Sep 11, 2024
1 parent 3db2ae0 commit 4330ea0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker.io/docker/dockerfile:1
FROM ubuntu:22.04 AS build-stage
FROM ubuntu:24.04 AS build-stage

ARG DEBIAN_FRONTEND=noninteractive
RUN <<EOF
Expand All @@ -9,7 +9,8 @@ apt install -y --no-install-recommends \
build-essential=12.9ubuntu3 \
ca-certificates \
g++-riscv64-linux-gnu=4:11.2.0--1ubuntu1 \
wget
wget \
curl
EOF

ARG GOVERSION=1.20.5
Expand Down

0 comments on commit 4330ea0

Please sign in to comment.