Skip to content

Commit

Permalink
chore(deps): update node docker tag to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent 33c8167 commit 206a02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/$GLIBC/g
&& ln -s /lib/libc.musl-x86_64.so.1 /usr/glibc-compat/lib \
&& ln -s /usr/lib/libgcc_s.so.1 /usr/glibc-compat/lib

FROM node:18.12.1-alpine AS nodepackages
FROM node:22.1.0-alpine AS nodepackages

RUN npm config set unsafe-perm true
RUN npm install -g \
mocha \
serverless

FROM node:18.12.1-alpine AS build
FROM node:22.1.0-alpine AS build

COPY --from=gomplate /gomplate /bin/gomplate
COPY --from=docker /usr/local/bin/docker /bin/docker
Expand Down

0 comments on commit 206a02a

Please sign in to comment.