We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7461ddc commit 0cc88acCopy full SHA for 0cc88ac
container_provisioner/Dockerfile
@@ -1,8 +1,8 @@
1
# syntax=docker/dockerfile:1
2
# Base image
3
-FROM golang:1.21.1-alpine3.18 as base
+FROM golang:1.21.1-alpine3.18 AS base
4
5
-LABEL "org.opencontainers.image.source" = "https://github.com/algo7/TripAdvisor-Review-Scraper"
+LABEL org.opencontainers.image.source="https://github.com/algo7/TripAdvisor-Review-Scraper"
6
7
WORKDIR /go/src/app
8
scraper/Dockerfile
@@ -1,4 +1,4 @@
-FROM --platform=amd64 gcr.io/distroless/static-debian12
+FROM gcr.io/distroless/static-debian12
WORKDIR /
0 commit comments