Skip to content

Commit

Permalink
fix: add missing dotnet core libs
Browse files Browse the repository at this point in the history
  • Loading branch information
victoruzunovjuro committed Mar 1, 2024
1 parent c1fe11b commit 10768d5
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.19
FROM alpine:3.18

ARG YQ_VERSION=4.42.1
ARG SCM_VERSION=1.7.1
Expand All @@ -15,7 +15,7 @@ WORKDIR ${SCM_ROOT}
RUN apk add --no-cache \
bash curl git \
&& apk add pixz \
libgcc libintl libssl3 \
libgcc libintl libssl1.1 \
libstdc++ zlib curl git \
--no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
# Install dotnet runtime
Expand Down

0 comments on commit 10768d5

Please sign in to comment.