diff --git a/Dockerfile b/Dockerfile index e513243..dc7adba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM alpine:latest RUN echo $(date) > /current-time