Skip to content

Commit

Permalink
Fix Go 1.22 Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Feb 21, 2024
1 parent 119615c commit ef0ad6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/go/1.22-linux-x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN apk add git

RUN ./prepare-alpine-uninit

# # Install rest of go-specific dependencies
# RUN ./prepare
# Install rest of go-specific dependencies
RUN ./prepare

# Validate that we've got correct version, e.g. something like this:
#
Expand Down

0 comments on commit ef0ad6e

Please sign in to comment.