Skip to content

Commit

Permalink
chore(deps): bump node in /images
Browse files Browse the repository at this point in the history
Bumps node from 22.9.0-alpine3.20 to 23.0.0-alpine3.20.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent dac3b4d commit d3e4432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/nodejs_service.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM node:22.9.0-alpine3.20 as base
FROM node:23.0.0-alpine3.20 as base

FROM base as builder

Expand Down

0 comments on commit d3e4432

Please sign in to comment.