Skip to content

Commit

Permalink
Update Dockerfile-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
melchor629 authored Jan 26, 2024
1 parent 52d4f88 commit 702b0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM FROM --platform=$BUILDPLATFORM python:3.12-alpine AS deps
FROM --platform=$BUILDPLATFORM python:3.12-alpine AS deps

WORKDIR /src
RUN pip install pipenv
Expand Down

0 comments on commit 702b0b7

Please sign in to comment.