diff --git a/Dockerfile b/Dockerfile index 10f7ffbf..98d5eea9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16.1 as build +FROM alpine:3.16.2 as build ENV USER=ticker ENV UID=10001