Skip to content

Commit

Permalink
fix: conflict files
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliagranato committed Sep 9, 2024
2 parents 19e582d + fe7afbd commit 5e046c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Use the official Golang image to create a build artifact.
# This is based on Debian and sets the GOPATH to /go.
<<<<<<< HEAD
FROM golang:1.23.1 as builder
=======
FROM FROM golang:1.23.1 as builder

>>>>>>> main

# Copy local code to the container image.
WORKDIR /go/src/projeto
Expand Down

0 comments on commit 5e046c2

Please sign in to comment.