Skip to content

Commit

Permalink
Match FROM and AS casing (#391)
Browse files Browse the repository at this point in the history
Closes #362
  • Loading branch information
AlexAxthelm authored Nov 8, 2024
1 parent bcc6f59 commit 5eedeef
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
Expand Up @@ -13,7 +13,7 @@

ARG PLATFORM="linux/amd64"
ARG R_VERS="4.3.1"
FROM --platform=$PLATFORM rocker/r-ver:$R_VERS as base
FROM --platform=$PLATFORM rocker/r-ver:$R_VERS AS base

LABEL org.opencontainers.image.source=https://github.com/RMI-PACTA/workflow.transition.monitor
LABEL org.opencontainers.image.description="Docker image to drive the Transition Monitor backend"
Expand Down

0 comments on commit 5eedeef

Please sign in to comment.