Skip to content

Commit 93af874

Browse files
authored
Merge pull request #15 from okteto/jlo/rebuild-image
fix: standardize Dockerfile syntax for base image declaration
2 parents 2cb1586 + d87b6d1 commit 93af874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax = docker/dockerfile:experimental
2-
FROM debian:bookworm-slim as base
2+
FROM debian:bookworm-slim AS base
33

44
RUN apt clean && apt update && \
55
apt -y install \

0 commit comments

Comments
 (0)