Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudbees-days/helloworld-nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: HUK-COBURG/helloworld-nodejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 12 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 20, 2021

  1. Copy the full SHA
    1c02ebb View commit details
  2. Merge pull request #1 from HUK-COBURG/snyk-fix-75f1ec2392a68e246cd344…

    …55f443c7fb
    
    [Snyk] Security upgrade node from 10.9.0-alpine to 16.12.0-alpine
    cniweb authored Dec 20, 2021
    Copy the full SHA
    47af063 View commit details
  3. Copy the full SHA
    f929b68 View commit details

Commits on Jul 23, 2022

  1. Copy the full SHA
    d25808f View commit details
  2. Merge pull request #24 from HUK-COBURG/snyk-fix-04847ba1b239af08114e4…

    …e1f8c4c647d
    
    [Snyk] Security upgrade node from 16.12.0-alpine to 16.14-alpine
    cniweb authored Jul 23, 2022
    Copy the full SHA
    b6e4205 View commit details

Commits on Dec 14, 2022

  1. Copy the full SHA
    8e9a9f9 View commit details

Commits on Dec 29, 2022

  1. Merge pull request #31 from HUK-COBURG/snyk-fix-ac3dd2acbf3467f1825e4…

    …9bd9f5efd50
    
    [Snyk] Security upgrade node from 16.14-alpine to 16.18-alpine
    cniweb authored Dec 29, 2022
    Copy the full SHA
    95ae753 View commit details

Commits on Feb 22, 2023

  1. Copy the full SHA
    7b3efec View commit details

Commits on Mar 30, 2023

  1. Copy the full SHA
    59c7775 View commit details

Commits on Apr 13, 2023

  1. Merge pull request #33 from HUK-COBURG/snyk-fix-be4f9947618836beabb9c…

    …bfea59d311a
    
    [Snyk] Security upgrade node from 16.18-alpine to 16.19.1-alpine
    cniweb authored Apr 13, 2023
    Copy the full SHA
    84dd710 View commit details
  2. Copy the full SHA
    cbc2fa8 View commit details
  3. Merge pull request #34 from HUK-COBURG/snyk-fix-296d0c181b94a60aa337b…

    …8b0330738f4
    
    [Snyk] Security upgrade node from 16.18-alpine to 16.20-alpine
    cniweb authored Apr 13, 2023
    Copy the full SHA
    2e0f618 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 Dockerfile
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10.9.0-alpine
FROM node:16.19.1-alpine

RUN npm install express
RUN npm install pug --save