Skip to content

Commit

Permalink
eol node 14, fix bun
Browse files Browse the repository at this point in the history
  • Loading branch information
EgoMaw committed Apr 8, 2024
1 parent ac90ec8 commit f2dd3e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
fail-fast: false
matrix:
tag:
#- 12 - DEPRECATED
- '14'
#- 12 - EOL
#- '14' - EOL
- '18'
- '19'
- '20'
Expand Down
2 changes: 1 addition & 1 deletion bunjs/canary/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH node:21-slim
FROM --platform=$TARGETOS/$TARGETARCH oven/bun:canary-slim
LABEL author="EgoMaw" maintainer="[email protected]"

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion bunjs/stable/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH oven/bun:canary-slim
FROM --platform=$TARGETOS/$TARGETARCH oven/bun:slim
LABEL author="EgoMaw" maintainer="[email protected]"

RUN apt-get update \
Expand Down
13 changes: 0 additions & 13 deletions nodejs/14/Dockerfile

This file was deleted.

0 comments on commit f2dd3e2

Please sign in to comment.