updated dependencies and locked kanikao image tage in ci

This commit is contained in:
jfriedli 2023-03-29 12:24:40 +00:00
parent f3879bb29b
commit 9dca8d1f15
3 changed files with 707 additions and 717 deletions

View file

@ -50,7 +50,7 @@ tests:debian:
build-docker:
stage: build_container
image:
name: gcr.io/kaniko-project/executor:debug
name: gcr.io/kaniko-project/executor:v1.9.0-debug
entrypoint: [""]
script:
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json

1420
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -21,7 +21,7 @@
"dependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"autoprefixer": "^10.2.5",
"cssnano": "^5.0.0",
"cssnano": "^6.0.0",
"postcss": "^8.4.5",
"postcss-cli": "^10.0.0",
"tailwindcss": "^3.0.16"