Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Build stage
FROM alpine:latest as build
FROM alpine:3.18.3 as build

#Update
RUN apk update
Expand All @@ -22,7 +22,7 @@ WORKDIR /tmp/sls
RUN make

#Final stage
FROM alpine:latest
FROM alpine:3.18.3
ENV LD_LIBRARY_PATH /lib:/usr/lib:/usr/local/lib64
RUN apk update
RUN apk upgrade
Expand Down