Skip to content

Bump @sentry/nextjs from 7.83.0 to 7.101.1 #127

Bump @sentry/nextjs from 7.83.0 to 7.101.1

Bump @sentry/nextjs from 7.83.0 to 7.101.1 #127

Workflow file for this run

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