Skip to content

Commit

Permalink
update-dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: yaacov <[email protected]>
  • Loading branch information
yaacov committed Aug 4, 2024
1 parent 3778815 commit e3dd19d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
go.work
go.work.sum

server/bin
server/build
bin
build
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ USER 0
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -buildvcs=false -o /planner-agent-ui cmd/main.go

# Web server container
FROM registry.access.redhat.com/ubi9/ubi
FROM registry.access.redhat.com/ubi9/ubi-micro

WORKDIR /app

Expand Down

0 comments on commit e3dd19d

Please sign in to comment.