diff --git a/Dockerfile b/Dockerfile index b76d524..8fd54b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim AS build-base -ENV NOMAD_VERSION 0.11.1 +ENV NOMAD_VERSION 0.11.2 RUN apt-get update -y \ && apt-get install -y wget zip \