Skip to content

Commit

Permalink
ci update alpine again
Browse files Browse the repository at this point in the history
  • Loading branch information
datagutt authored May 11, 2023
1 parent 533f3a1 commit e824537
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.17 as builder
FROM alpine:3.18 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.17
FROM node:alpine3.18
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 e824537

Please sign in to comment.