Skip to content

Commit

Permalink
Update Dockerfile.build
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasten authored Aug 18, 2022
1 parent b8845e4 commit e1e48c9
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.0 AS build
FROM ghcr.io/edgelesssys/ego/build-base:v1.0.1 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.4
ARG egotag=v1.0.0
ARG erttag=v0.3.5
ARG egotag=v1.0.1
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 e1e48c9

Please sign in to comment.