From cc1413ade5828ed7300fb291e8e5b6017e632d39 Mon Sep 17 00:00:00 2001 From: shibao Date: Sat, 26 Oct 2024 17:16:04 -0400 Subject: [PATCH] finish updating deps --- .drone.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 35c692b..f67170f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: - .mix - name: test - image: elixir:1.17.0-otp-27-alpine + image: elixir:1.17.3-otp-27-alpine environment: TEST_DATABASE_URL: ecto://postgres:postgres@database/cannery_test HOST: testing.example.tld diff --git a/Dockerfile b/Dockerfile index e07222e..14f0574 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM elixir:1.17.0-otp-27-alpine AS build +FROM elixir:1.17.3-otp-27-alpine AS build # install build dependencies RUN apk add --no-cache build-base npm git python3