Skip to content

Commit

Permalink
[WIP]: Bump Alpine version to 3.20
Browse files Browse the repository at this point in the history
These are potential packages that can be removed in favor of the
versions already provided by Alpine.

Signed-off-by: Renê de Souza Pinto <[email protected]>
  • Loading branch information
rene committed Jul 17, 2024
1 parent 3a15d4c commit 96972e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/dnsmasq/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lfedge/eve-alpine:1f7685f95a475c6bbe682f0b976f12180b6c8726 as build
FROM lfedge/eve-alpine:e34284a8dd69c9c5ba7c52cd7b7d08fc2db1e0ac as build
ENV BUILD_PKGS gcc make patch libc-dev linux-headers tar
RUN eve-alpine-deploy.sh

Expand Down
4 changes: 2 additions & 2 deletions pkg/fscrypt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# SPDX-License-Identifier: Apache-2.0

FROM lfedge/eve-alpine:1f7685f95a475c6bbe682f0b976f12180b6c8726 AS build-base
FROM lfedge/eve-alpine:e34284a8dd69c9c5ba7c52cd7b7d08fc2db1e0ac AS build-base

FROM build-base AS build-amd64
FROM build-base AS build-arm64
Expand All @@ -29,4 +29,4 @@ RUN set -e && for patch in *.patch; do \
RUN make -j "$(getconf _NPROCESSORS_ONLN)" && make DESTDIR="/out/opt/zededa" PREFIX="" install

FROM scratch
COPY --from=build /out/opt/zededa/bin /opt/zededa/bin
COPY --from=build /out/opt/zededa/bin /opt/zededa/bin

0 comments on commit 96972e9

Please sign in to comment.