diff --git a/Dockerfile b/Dockerfile index 0cf5964..755a931 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY . . RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o app . # --- -FROM docker.io/library/busybox:1.36.1-musl +FROM docker.io/library/busybox:1.37.0-musl ENV HOST=0.0.0.0 ENV PORT=3000