Skip to content

Commit

Permalink
Dockerfile: Bump Go Version
Browse files Browse the repository at this point in the history
  • Loading branch information
imsk17 committed Jul 27, 2024
1 parent 44ab973 commit 722990e
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
Expand Up @@ -2,7 +2,7 @@
FROM alpine:3.13.1 AS base
EXPOSE 4000

FROM golang:1.16.3-alpine AS builder
FROM golang:1.17-alpine AS builder
RUN apk update
RUN apk add build-base npm
RUN mkdir /build
Expand Down

0 comments on commit 722990e

Please sign in to comment.