Skip to content

[Snyk] Security upgrade nginx from 1.24-alpine to 1.26.3-alpine #42

[Snyk] Security upgrade nginx from 1.24-alpine to 1.26.3-alpine

[Snyk] Security upgrade nginx from 1.24-alpine to 1.26.3-alpine #42

Workflow file for this run

name: Docker CI
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)