Skip to content

Commit

Permalink
builder: update fedora and node
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Jun 13, 2024
1 parent 0eaea79 commit cae74b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/builder/Dockerfile.cross
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:38
FROM fedora:40

RUN dnf -y install \
curl \
Expand Down Expand Up @@ -27,7 +27,7 @@ RUN test "$REAL_GID" != 0 && groupadd --gid ${REAL_GID} builder || true
RUN useradd --non-unique --uid ${REAL_UID} --gid ${REAL_GID} --password "" --groups wheel builder
RUN echo "builder ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/builder

ENV N_V 20.10.0
ENV N_V 20.14.0
RUN cd /usr/local && \
curl -o - -L https://nodejs.org/dist/v${N_V}/node-v${N_V}-linux-x64.tar.gz | \
tar zxf - --strip-components=1
Expand Down

0 comments on commit cae74b2

Please sign in to comment.