Rebase images on node 16 debian based images to allow using them to run Forgejo Actions
This commit is contained in:
parent
315924a4db
commit
913ca8fa72
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# syntax = edrevo/dockerfile-plus
|
# syntax = edrevo/dockerfile-plus
|
||||||
|
|
||||||
FROM debian:10
|
FROM node:16-buster-slim
|
||||||
|
|
||||||
INCLUDE+ Dockerfile.common
|
INCLUDE+ Dockerfile.common
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# syntax = edrevo/dockerfile-plus
|
# syntax = edrevo/dockerfile-plus
|
||||||
|
|
||||||
FROM debian:11
|
FROM node:16-bullseye-slim
|
||||||
|
|
||||||
INCLUDE+ Dockerfile.common
|
INCLUDE+ Dockerfile.common
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# syntax = edrevo/dockerfile-plus
|
# syntax = edrevo/dockerfile-plus
|
||||||
|
|
||||||
FROM debian:12
|
FROM node:16-bookworm-slim
|
||||||
|
|
||||||
INCLUDE+ Dockerfile.common
|
INCLUDE+ Dockerfile.common
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue