Skip to content

Commit

Permalink
Merge pull request #4410 from mendersoftware/dependabot/docker/node-2…
Browse files Browse the repository at this point in the history
…2.1.0-alpine

chore: Bump node from 22.0.0-alpine to 22.1.0-alpine
  • Loading branch information
mzedel committed May 15, 2024
2 parents 5ceb866 + e9c5ff4 commit 5102854
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: node:20-alpine
image: node:22-alpine

stages:
- pre-test
Expand All @@ -11,8 +11,8 @@ stages:
variables:
DOCKER_REPOSITORY: mendersoftware/gui
DOCS_VERSION: development
MULTIPLATFORM_BUILD: "true"
MULTIPLATFORM_PLATFORMS: "linux/amd64,linux/arm64"
MULTIPLATFORM_BUILD: 'true'
MULTIPLATFORM_PLATFORMS: 'linux/amd64,linux/arm64'

include:
- project: 'Northern.tech/Mender/mendertesting'
Expand Down Expand Up @@ -503,8 +503,8 @@ coveralls:done:
SYNC_IMAGE_TAG: $DOCKER_PUBLISH_COMMIT_TAG
CONTAINER: gui
DOCKER_PUBLISH_COMMIT_TAG: ${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}
GITHUB_HELM_REPO: "github.com/mendersoftware/mender-helm.git"
CHART_DIR: "mender"
GITHUB_HELM_REPO: 'github.com/mendersoftware/mender-helm.git'
CHART_DIR: 'mender'

trigger:mender-helm-version-bump:staging:
extends:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:22.0.0-alpine AS base
FROM --platform=$BUILDPLATFORM node:22.1.0-alpine AS base
WORKDIR /usr/src/app
COPY package-lock.json package.json ./
RUN npm ci
Expand Down

0 comments on commit 5102854

Please sign in to comment.