Skip to content

Commit

Permalink
Bump node from 23.1-alpine to 23.3-alpine (#97)
Browse files Browse the repository at this point in the history
* Bump node from 23.1-alpine to 23.3-alpine

Bumps node from 23.1-alpine to 23.3-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: ci workflow trigger

* fix: k8s test job set K8s version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Said Sef <saidsef@gmail.com>
  • Loading branch information
dependabot[bot] and saidsef authored Nov 27, 2024
1 parent 7f52bd5 commit 3be6d26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,14 @@ jobs:
steps:
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.10.0
with:
verbosity: "10"
kubectl_version: "v1.29.3"
- name: Checkout
uses: actions/checkout@v4
- name: Run K8s test
run: |
kubectl cluster-info
kubectl version --short
kubectl version
export NS=`cat deployment/kustomization.yml | grep namespace | awk '{ print $2 }'`
if [ -z "$NS" ]; then
export NS='data'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/node:23.1-alpine
FROM docker.io/node:23.3-alpine

LABEL maintainer="Said Sef <saidsef@gmail.com> (saidsef.co.uk/)"
LABEL "uk.co.saidsef.aws-kinesis"="Said Sef Associates Ltd"
Expand Down

0 comments on commit 3be6d26

Please sign in to comment.