Skip to content

Commit

Permalink
Update templates to add Alpine 3.19 and drop 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoordsij committed Dec 7, 2023
1 parent 3546ba3 commit 5bb3052
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 18/alpine3.17/Dockerfile → 18/alpine3.19/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.19

ENV NODE_VERSION 18.19.0

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion 20/alpine3.17/Dockerfile → 20/alpine3.19/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.19

ENV NODE_VERSION 20.10.0

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion 21/alpine3.17/Dockerfile → 21/alpine3.19/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.19

ENV NODE_VERSION 21.4.0

Expand Down
File renamed without changes.

0 comments on commit 5bb3052

Please sign in to comment.