Skip to content

Commit

Permalink
fix: add builder stage name
Browse files Browse the repository at this point in the history
  • Loading branch information
justsomescripts authored Jun 27, 2024
1 parent 6049671 commit 9a3d2a0
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
@@ -1,6 +1,6 @@
######################################### BUILD #########################################

FROM python:3-alpine3.20@sha256:ff870bf7c2bb546419aaea570f0a1c28c8103b78743a2b8030e9e97391ddf81b
FROM python:3-alpine3.20@sha256:ff870bf7c2bb546419aaea570f0a1c28c8103b78743a2b8030e9e97391ddf81b as builder

# Add configuration files
COPY requirements/apk.build.list requirements/pip.list /requirements/
Expand Down

0 comments on commit 9a3d2a0

Please sign in to comment.