Skip to content

Commit

Permalink
chore(Dockerfile): fix dockerfile syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <ale_grey_91@hotmail.it>
  • Loading branch information
alegrey91 committed Jan 18, 2025
1 parent a15d127 commit cb3fb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Minimal Base Image
FROM golang:1.22.4 as builder
FROM golang:1.22.4 AS builder

WORKDIR /workspace

Expand Down

0 comments on commit cb3fb70

Please sign in to comment.