finish updating deps

This commit is contained in:
shibao 2024-10-26 17:16:04 -04:00
parent 668e4c611b
commit cc1413ade5
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ steps:
- .mix - .mix
- name: test - name: test
image: elixir:1.17.0-otp-27-alpine image: elixir:1.17.3-otp-27-alpine
environment: environment:
TEST_DATABASE_URL: ecto://postgres:postgres@database/cannery_test TEST_DATABASE_URL: ecto://postgres:postgres@database/cannery_test
HOST: testing.example.tld HOST: testing.example.tld

View File

@ -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 # install build dependencies
RUN apk add --no-cache build-base npm git python3 RUN apk add --no-cache build-base npm git python3