Skip to content

Commit

Permalink
Fix FromAsCasing
Browse files Browse the repository at this point in the history
  • Loading branch information
bbusse committed Nov 23, 2024
1 parent 365ec95 commit a5c4712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN abuild checksum \
&& cp /home/$USER/packages/home/$(uname -m)/$PKG_NEATVNC_DEV . \
&& cp /home/$USER/packages/home/$(uname -m)/$PKG_NEATVNC .

FROM alpine:${ALPINE_VERSION} as builder_1
FROM alpine:${ALPINE_VERSION} AS builder_1
ARG ALPINE_VERSION
ARG NEATVNC_VERSION

Expand Down

0 comments on commit a5c4712

Please sign in to comment.