Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Brianspha authored and IscoRuta98 committed Sep 19, 2023
1 parent eb41ddb commit 41a3463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ARG SGX_MODE="SW"

# STAGE: base
# Common base for both builder and runner stages, with apt caching, ca-certificates, and a non-root user
FROM --platform=linux/amd64 ubuntu:20.04 AS base
FROM --platform=linux/amd64 ubuntu:20.04 AS base

RUN rm /etc/apt/apt.conf.d/docker-clean

Expand Down

0 comments on commit 41a3463

Please sign in to comment.