Skip to content

Commit

Permalink
Merge pull request #521 from iamniting/warning
Browse files Browse the repository at this point in the history
dockerfile: fix casing warning in Dockerfile
  • Loading branch information
openshift-merge-bot[bot] authored Jan 29, 2025
2 parents 3565058 + e83085a commit 0fec03e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.22 as builder
FROM golang:1.22 AS builder

WORKDIR /workspace

Expand Down
2 changes: 1 addition & 1 deletion catalog.deps.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The base image which contain rm and sed command
FROM cirros as builder
FROM cirros AS builder

# Copy catalog files
COPY catalog /configs
Expand Down

0 comments on commit 0fec03e

Please sign in to comment.