diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0f4f3f833..19bf608ca 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '18.15' + node-version: '18.16' cache: 'yarn' - run: | corepack enable diff --git a/Dockerfile b/Dockerfile index 135946f2a..ea7d00dbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.15-slim AS builder +FROM node:18.16-slim AS builder ARG VITE_AUTH_URL=https://auth.aptible.com ARG VITE_BILLING_URL=https://goldenboy.aptible.com