Skip to content

Commit

Permalink
Use official image
Browse files Browse the repository at this point in the history
  • Loading branch information
sosedoff committed Mar 26, 2024
1 parent 9da60e0 commit b680ecb
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,7 +1,7 @@
# ------------------------------------------------------------------------------
# Builder Stage
# ------------------------------------------------------------------------------
FROM golang:1.22-bullseye AS build
FROM golang:1.22 AS build

WORKDIR /build

Expand Down

0 comments on commit b680ecb

Please sign in to comment.