Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
vitoyucepi authored Aug 6, 2024
1 parent 3d9d429 commit 671a465
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alpine_repos_opam/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20 as base
FROM alpine:3.20

ARG OCAML_VERSION

Expand Down
4 changes: 2 additions & 2 deletions alpine_wget_opam/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.20 as base
FROM alpine:3.20

ARG OPAM_VERSION
ARG OCAML_VERSION

RUN apk add --no-cache gcc g++ make wget ca-certificates
RUN apk add --no-cache gcc g++ make patch wget ca-certificates

RUN set -eux; \
wget -O /usr/local/bin/opam --progress=dot:giga "https://github.com/ocaml/opam/releases/download/$OPAM_VERSION/opam-$OPAM_VERSION-x86_64-linux"; \
Expand Down

0 comments on commit 671a465

Please # to comment.