Skip to content

Commit

Permalink
Fixing dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Minituff committed Oct 25, 2023
1 parent 956daaa commit 8df6fb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Use base docker image. Contains the docker commands we need to start and stop containers
# Getting the multiplatform SHA is not easy. Use this tool https://github.com/estesp/manifest-tool
# For example: docker run --rm mplatform/mquery docker:cli
FROM docker:24.0.6-cli-alpine3.18@sha256:789420937a26ebec564c47161164faf74d9de353539273ae7904229a5f3e5b54
# OLD SHAsha256:4865ba3135696b1c0e1b6bf323a5ef9402013244a69280543cf16aebc1da2b49
FROM docker:24.0.6-cli-alpine3.18@sha256:4865ba3135696b1c0e1b6bf323a5ef9402013244a69280543cf16aebc1da2b49

# The platform this image is created for (linux/amd64, linux/arm64)
ARG TARGETPLATFORM
Expand Down

0 comments on commit 8df6fb1

Please sign in to comment.