Skip to content

Commit

Permalink
chore: Experimental frontend config removed (#2164)
Browse files Browse the repository at this point in the history
  • Loading branch information
dadrus authored Feb 12, 2025
1 parent 216b4af commit dc96e90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# syntax = docker/dockerfile:experimental
# Builder image to build the app
ARG USER=heimdall

FROM --platform=$BUILDPLATFORM golang:1.23.6-bookworm@sha256:441f59f8a2104b99320e1f5aaf59a81baabbc36c81f4e792d5715ef09dd29355 as builder
FROM --platform=$BUILDPLATFORM golang:1.23.6-bookworm@sha256:441f59f8a2104b99320e1f5aaf59a81baabbc36c81f4e792d5715ef09dd29355 AS builder
ARG USER
ARG TARGETARCH
ARG VERSION="unknown"
Expand Down

0 comments on commit dc96e90

Please sign in to comment.