Skip to content

Commit

Permalink
chore: bump to 5.0.0-beta.3
Browse files Browse the repository at this point in the history
Signed-off-by: wilmardo <[email protected]>
  • Loading branch information
wilmardo committed Jun 1, 2024
1 parent 43151c2 commit 68915db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM lansible/nexe:latest as nexe

# https://hub.docker.com/_/node
FROM node:20.12-alpine3.19
FROM node:20.14-alpine3.19
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]

# https://www.npmjs.com/package/nexe
ENV VERSION=5.0.0-beta.1
ENV VERSION=5.0.0-beta.3

# See https://github.com/nodejs/node/blob/master/BUILDING.md#building-nodejs-on-supported-platforms
# git, upx and gcompat(hugo) for downstream image ease of use
Expand Down

0 comments on commit 68915db

Please sign in to comment.