Skip to content

Commit

Permalink
Fixed mixed casing in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jirenius committed Jul 8, 2024
1 parent 5d296cb commit 2072c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.4-alpine3.20 as builder
FROM golang:1.22.4-alpine3.20 AS builder

LABEL maintainer="Samuel Jirenius <samuel@jirenius.com>"

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.4-alpine3.20 as builder
FROM golang:1.22.4-alpine3.20 AS builder

LABEL maintainer="Samuel Jirenius <samuel@jirenius.com>"

Expand Down

0 comments on commit 2072c8e

Please sign in to comment.