Skip to content

Commit

Permalink
Revert accidental deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Aug 13, 2024
1 parent fe02e4a commit c4809db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/deployments/appname/Dockerfile.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN --mount=type=ssh --mount=type=cache,target=/go/pkg --mount=type=cache,target
mkdir -p bin; \
go build -o /src/bin/ -ldflags "-X github.com/getoutreach/gobox/pkg/app.Version=$VERSION" -v ./cmd/...

FROM {{ .Runtime.Box.Docker.ImagePullRegistry }}:{{ stencil.Arg "versions.alpine" }}
FROM {{ .Runtime.Box.Docker.ImagePullRegistry }}/alpine:{{ stencil.Arg "versions.alpine" }}
ENTRYPOINT ["/usr/local/bin/{{ .Config.Name }}"]

LABEL "io.outreach.reporting_team"="{{ stencil.Arg "reportingTeam" }}"
Expand Down

0 comments on commit c4809db

Please sign in to comment.