diff --git a/Dockerfile b/Dockerfile index 5f1d16c..079c161 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN dep ensure RUN go build -o ${APPNAME} -FROM alpine:3.7 +FROM alpine:3.18.4 ARG APPNAME=rabbitmq-api ENV APPNAME ${APPNAME}