Skip to content

Commit

Permalink
build in an alpine image where we ship in alpine
Browse files Browse the repository at this point in the history
this isn't a problem currently because we don't enable CGO, but
it's safer for the build image to match

Signed-off-by: Ashley Davis <[email protected]>
  • Loading branch information
SgtCoDFish committed Nov 21, 2023
1 parent a706b91 commit 9d8985d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.driver
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM docker.io/library/golang:1.21 as builder
FROM docker.io/library/golang:1.21-alpine3.18 as builder

RUN apk add make

WORKDIR /workspace

Expand Down

0 comments on commit 9d8985d

Please sign in to comment.