Skip to content

Commit

Permalink
Merge pull request #13 from bcgov/chore/node-22-version-bump
Browse files Browse the repository at this point in the history
Update Node and GitHub Actions
  • Loading branch information
TimCsaky authored Jul 15, 2024
2 parents 25abcbb + 05ba27b commit 0484d5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# the repo. Unless a later match takes precedence,
# These owners will be requested for
# review when someone opens a pull request.
* @kyle1morel @TimCsaky @wilwong89 @jatindersingh93 @norrisng-bc
* @TimCsaky @jatindersingh93 @norrisng-bc
2 changes: 1 addition & 1 deletion .github/actions/build-push-container/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ runs:
- name: Build and Push to Container Registry
id: builder
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ inputs.context }}
push: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# We want to stick with the lts-alpine tag, but need to ensure we explicitly track base images
# FROM docker.io/node:lts-alpine
FROM docker.io/node:20.11.1-alpine
FROM docker.io/node:20.15.1-alpine

ARG APP_ROOT=/opt/app-root/src
ENV NO_UPDATE_NOTIFIER=true \
Expand Down

0 comments on commit 0484d5e

Please sign in to comment.