Skip to content

Commit

Permalink
chore(docker): Pin dockerfile version to major tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 3, 2025
1 parent a5ca912 commit f1ff952
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# syntax=docker/dockerfile:1.13
# syntax=docker/dockerfile:1

FROM --platform=$BUILDPLATFORM golang:1.24.0-alpine AS go-builder
WORKDIR /app

Expand Down

0 comments on commit f1ff952

Please sign in to comment.