Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down