Skip to content

Commit

Permalink
Adapting dockerfile to platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
yabenatti committed Aug 6, 2024
1 parent 33030b7 commit fbb7400
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/bootstrap/Dockerfile.common
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM --platform=linux/amd64 golang:1.22.5-bullseye
ARG go_version=1.22.5

FROM golang:${go_version}-bullseye

# Install Vitess build dependencies
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit fbb7400

Please sign in to comment.