Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
datagutt authored Dec 10, 2023
1 parent 4c0ac5a commit 29178d3
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,4 +1,4 @@
FROM alpine:3.18 as builder
FROM alpine:3.19 as builder

RUN apk update &&\
apk upgrade &&\
Expand Down Expand Up @@ -43,7 +43,7 @@ RUN set -xe; \

# runtime container with server
#
FROM node:alpine3.18
FROM node:alpine3.19
ENV LD_LIBRARY_PATH /lib:/usr/lib:/usr/local/lib64
RUN apk add --update --no-cache openssl libstdc++ supervisor perl coreutils

Expand Down

0 comments on commit 29178d3

Please sign in to comment.