Skip to content

Commit

Permalink
fix: upgrade alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
datagutt committed Dec 11, 2024
1 parent fc94db8 commit 8751fa9
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.20 AS builder
FROM alpine:3.21 AS builder
RUN apk update &&\
apk upgrade &&\
apk add --no-cache linux-headers alpine-sdk cmake tcl openssl-dev zlib-dev spdlog spdlog-dev cmake
Expand Down Expand Up @@ -47,7 +47,7 @@ RUN set -xe; \

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

Expand Down

0 comments on commit 8751fa9

Please sign in to comment.