mirror of
https://github.com/yarrick/iodine.git
synced 2025-07-27 19:12:50 +02:00
fix: removed useless AS tag
This commit is contained in:
parent
ea7ffdd1ef
commit
386a2b9f77
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
##############
|
||||
|
||||
FROM ubuntu:24.04 AS builder
|
||||
FROM ubuntu:24.04
|
||||
|
||||
RUN apt-get update
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
##############
|
||||
|
||||
FROM ubuntu:24.04 AS builder
|
||||
FROM ubuntu:24.04
|
||||
|
||||
RUN apt-get update
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue