Skip to content

Commit

Permalink
Update Dockerfile.build
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasten authored Dec 8, 2022
1 parent 7715b06 commit 4625a61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/edgelesssys/ego/build-base:v1.0.1 AS build
FROM ghcr.io/edgelesssys/ego/build-base:v1.1.0 AS build

# don't run `apt-get update` because required packages are cached in build-base for reproducibility
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
Expand All @@ -11,8 +11,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
ninja-build \
wget

ARG erttag=v0.3.5
ARG egotag=v1.0.1
ARG erttag=v0.3.6
ARG egotag=v1.1.0
RUN wget -qO- https://golang.org/dl/go1.18.1.linux-amd64.tar.gz | tar -C /usr/local -xz \
&& git clone -b $erttag --depth=1 https://github.com/edgelesssys/edgelessrt \
&& git clone -b $egotag --depth=1 https://github.com/edgelesssys/ego \
Expand Down

0 comments on commit 4625a61

Please sign in to comment.