Skip to content

Bump node from 22.9.0-alpine to 23.1.0-alpine #124

Bump node from 22.9.0-alpine to 23.1.0-alpine

Bump node from 22.9.0-alpine to 23.1.0-alpine #124

Workflow file for this run

name: Docker Image CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
UID: 1001
steps:
- uses: actions/checkout@v3
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
- name: Prepare .env
run: cp .env.example .env.production
- name: Build the Docker image
run: make prod-docker-build