Compare commits
5 commits
daee196a0a
...
1ae135e2a3
Author | SHA1 | Date | |
---|---|---|---|
1ae135e2a3 | |||
d28b29e639 | |||
923b5302f7 | |||
7bdaaf14b4 | |||
8924a8fe7c |
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM node:22.14.0-slim
|
||||
|
||||
# renovate: datasource=npm packageName=npm versioning=npm
|
||||
ARG NPM_VERSION=11.2.0
|
||||
ARG NPM_VERSION=11.3.0
|
||||
# renovate: datasource=npm packageName=bluebird versioning=npm
|
||||
ARG BLUEBIRD_VERSION=3.7.2
|
||||
# renovate: datasource=npm packageName=lodash versioning=npm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.13.2-slim-bookworm
|
||||
FROM python:3.13.3-slim-bookworm
|
||||
|
||||
RUN set -e; \
|
||||
apt-get update -q; \
|
||||
|
|
Loading…
Add table
Reference in a new issue