Skip to content

Commit

Permalink
Fix FromAsCasing warning by aligning keywords casing
Browse files Browse the repository at this point in the history
  • Loading branch information
aviolaris committed Oct 12, 2024
1 parent 5acc5ff commit ae10c2b
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
@@ -1,5 +1,5 @@
ARG PYTHON_VERSION=3.12
FROM alpine:3.20.1 as build-stage
FROM alpine:3.20.1 AS build-stage
ARG PYTHON_VERSION
COPY . /app/instaunfollowers/
RUN apk add --no-cache python3~=${PYTHON_VERSION} py3-pip
Expand Down

0 comments on commit ae10c2b

Please sign in to comment.