Skip to content

Commit

Permalink
fix(deps): bump node from 22.8.0 to 23.1.0 in /cloudrun-malware-scanner
Browse files Browse the repository at this point in the history
Bumps node from 22.8.0 to 23.1.0.

---
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 28, 2024
1 parent 795fb57 commit b4038e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudrun-malware-scanner/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.8.0
FROM node:23.1.0
WORKDIR /app
COPY . /app

Expand Down

0 comments on commit b4038e2

Please sign in to comment.