Skip to content

Commit

Permalink
Dockerfile: Fix casing of 'as'
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
  • Loading branch information
stefanberger committed Sep 25, 2024
1 parent 3a1be75 commit e29457d
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,4 +1,4 @@
FROM python:3.9-alpine3.19 as builder
FROM python:3.9-alpine3.19 AS builder

LABEL org.opencontainers.image.authors="Stefan Berger"

Expand Down

0 comments on commit e29457d

Please sign in to comment.