Skip to content

Commit

Permalink
[Implementations:: Stock-manager] Freezing Go version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
SoTrx committed Oct 27, 2022
1 parent 6286450 commit f354009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lab2/implementations/stock-manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
####################################################################################################
## Builder
####################################################################################################
FROM golang:alpine as builder
FROM golang:1.19-alpine as builder
WORKDIR /app
COPY . .
# Build the app, strip it (LDFLAGS) and optimize it with UPX
Expand Down

0 comments on commit f354009

Please sign in to comment.