diff --git a/.drone.jsonnet b/.drone.jsonnet index 0178fd3f..fda84b1a 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -39,7 +39,7 @@ local helmVersion = 'v4.2.3'; steps: [ { name: 'quality', - image: 'elixir:1.20.1-otp-28-slim', + image: 'elixir:1.20.2-otp-28-slim', commands: [ 'apt-get update', 'apt-get install -y --no-install-recommends build-essential ca-certificates curl git python3 ripgrep tar tzdata', diff --git a/Dockerfile b/Dockerfile index 1c2c1bb9..57491c14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ WORKDIR /app COPY assets/package.json assets/package-lock.json ./assets/ RUN npm ci --prefix assets -FROM elixir:1.20.1-otp-28-slim AS builder +FROM elixir:1.20.2-otp-28-slim AS builder ARG DEBIAN_MIRROR ARG DEBIAN_SECURITY_MIRROR