Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasten committed Feb 7, 2022
1 parent eb6beb2 commit 3a78efd
Show file tree
Hide file tree
Showing 6 changed files with 139 additions and 22 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.11)
project(ego VERSION 0.4.0)
project(ego VERSION 0.4.1)

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Debug)
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/Dockerfile.build
@@ -1,4 +1,4 @@
FROM ubuntu:focal-20211006 AS build
FROM ubuntu:focal-20220113 AS build

RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y \
build-essential=12.8ubuntu1.1 \
Expand All @@ -13,7 +13,7 @@ RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y \
&& locale-gen en_US.UTF-8
ENV LANG=en_US.UTF-8

ARG erttag=v0.2.10 egotag=v0.4.0
ARG erttag=v0.3.0 egotag=v0.4.1
RUN wget -qO- https://golang.org/dl/go1.16.7.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
8 changes: 4 additions & 4 deletions ego/go.mod
Expand Up @@ -4,9 +4,9 @@ go 1.14

require (
github.com/edgelesssys/marblerun v0.5.1
github.com/google/go-cmp v0.5.6
github.com/klauspost/cpuid/v2 v2.0.9
github.com/spf13/afero v1.6.0
github.com/google/go-cmp v0.5.7
github.com/klauspost/cpuid/v2 v2.0.10
github.com/spf13/afero v1.8.1
github.com/stretchr/testify v1.7.0
google.golang.org/grpc v1.42.0
google.golang.org/grpc v1.44.0
)

0 comments on commit 3a78efd

Please sign in to comment.