Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
teroahonen-vungle committed Oct 18, 2024
1 parent d2cc653 commit a72f08f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# any Go projects at Vungle.
#
# Tag: vungle/golang[:<go-semver>]; e.g. vungle/golang:1.5, vungle/golang:1.5.2.
FROM --platform=$BUILDPLATFORM golang:1.22.4
FROM --platform=$TARGETPLATFORM golang:1.22.4

ARG BUILDPLATFORM
ARG TARGETPLATFORM

# OUTDIR specifies a directory in which projects can create output files so that
# these output files can be consumed by other processes. Downstream projects can
Expand Down

0 comments on commit a72f08f

Please sign in to comment.