Skip to content

Commit

Permalink
updated alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdjulian committed Jul 19, 2023
1 parent 2bc9879 commit 78bacfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.5.2
# tag needed for riscv64 support
FROM alpine:20230329 AS build-tools
FROM alpine:edge AS build-tools

RUN apk add --no-cache gcc musl-dev make perl git cmake
WORKDIR /app
Expand Down

0 comments on commit 78bacfb

Please sign in to comment.