updated node, bumped up version
This commit is contained in:
parent
77f4034531
commit
e94384cdc8
@ -1,4 +1,4 @@
|
||||
ARG NODEJS_IMAGE=node:18.14.2-alpine3.17
|
||||
ARG NODEJS_IMAGE=node:18.15.0-alpine3.17
|
||||
FROM --platform=$BUILDPLATFORM $NODEJS_IMAGE AS base
|
||||
|
||||
FROM base AS deps
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "mock-saml",
|
||||
"version": "1.0.9",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mock-saml",
|
||||
"version": "1.0.9",
|
||||
"version": "1.1.0",
|
||||
"license": "Apache 2.0",
|
||||
"dependencies": {
|
||||
"@boxyhq/saml20": "1.1.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mock-saml",
|
||||
"version": "1.0.9",
|
||||
"version": "1.1.0",
|
||||
"description": "Mock SAML is a free SAML 2.0 Identity Provider for testing SAML SSO integrations.",
|
||||
"private": true,
|
||||
"license": "Apache 2.0",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user