Skip to content

Commit

Permalink
deps: update gramineproject/gramine Docker tag to v1.8 (#755)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614 renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 9f22676 commit 7d34673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/gramine-redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 10,7 @@ WORKDIR /premain/build
RUN cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
RUN make premain-libos

FROM gramineproject/gramine:1.7-jammy AS release
FROM gramineproject/gramine:1.8-jammy AS release
RUN apt-get update && apt-get install -y \
wget \
libssl-dev \
Expand Down

0 comments on commit 7d34673

Please sign in to comment.