Skip to content

Commit 36433cf

Browse files
smiycsxd
authored andcommitted
fix $BASE_IMAGE typo
Signed-off-by: Daniel Chambre <[email protected]>
1 parent 6cd0a5a commit 36433cf

File tree

1 file changed

+1
-1
lines changed
  • content/blog/building-images-bake

1 file changed

+1
-1
lines changed

content/blog/building-images-bake/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ extensions = [
4848
target "myimage" {
4949
dockerfile-inline = <<EOT
5050
ARG BASE_IMAGE="ghcr.io/cloudnative-pg/postgresql:16.9-standard-bookworm"
51-
FROM $BAS_EIMAGE AS myimage
51+
FROM $BASE_IMAGE AS myimage
5252
ARG EXTENSIONS
5353
USER root
5454
RUN apt-get update && \

0 commit comments

Comments
 (0)