Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
webysther authored Jul 27, 2023
1 parent f8ef6bb commit 5127cf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# syntax=docker/dockerfile:1

FROM lsiobase/ubuntu:jammy
FROM --platform=$BUILDPLATFORM lsiobase/ubuntu:jammy
ARG TARGETPLATFORM
ARG BUILDPLATFORM

ARG HOPPSCOTH_RELEASE
ARG HOPPSCOTH_REPO="hoppscotch/hoppscotch"
Expand Down

0 comments on commit 5127cf0

Please sign in to comment.