Skip to content

Commit

Permalink
Merge pull request #95 from equinor/use-fully-qualified-base-image
Browse files Browse the repository at this point in the history
use fully qualified base image in Dockerfile
  • Loading branch information
nilsgstrabo authored Jun 27, 2024
2 parents b795718 + 00f0614 commit daf9c5a
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 @@
# Build stage
FROM golang:1.22-alpine3.20 as builder
FROM docker.io/golang:1.22-alpine3.20 as builder
ENV CGO_ENABLED=0 \
GOOS=linux
WORKDIR /src
Expand Down

0 comments on commit daf9c5a

Please sign in to comment.