Skip to content

Commit

Permalink
Changing as to uppercase, because docker builder issues a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
oeiber authored and r00t- committed Dec 16, 2024
1 parent 6adcad8 commit af591cc
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 @@ -2,7 +2,7 @@
# STEP 1 build executable binary
############################

FROM alpine:latest as builder
FROM alpine:latest AS builder

RUN apk add --no-cache \
gcc \
Expand Down

0 comments on commit af591cc

Please sign in to comment.