Skip to content

Commit

Permalink
Auto-update Node.js version in Dockerfile (#11)
Browse files Browse the repository at this point in the history
* Auto-update Node.js version in Dockerfile

Fixes #243

* Create dependabot.yml

Set up Dependabot and configure it
  • Loading branch information
Hany-Almnaem authored Feb 28, 2025
1 parent 0941219 commit 3d5a9f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# syntax = docker/dockerfile:1

# Adjust NODE_VERSION as desired
ARG NODE_VERSION=20.3.1
FROM node:${NODE_VERSION}-slim as base
FROM node:22.13.1-slim AS base

LABEL fly_launch_runtime="Node.js"

Expand Down
9 changes: 9 additions & 0 deletions dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "docker"
directories:
- "/"
schedule:
interval: "daily"
time: "15:00"
timezone: "Europe/Berlin"

0 comments on commit 3d5a9f5

Please sign in to comment.