Skip to content

Commit 6567528

Browse files
chore(deps): update golang docker tag to v1.19 (#281)
Closes TECH-50. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7499861 commit 6567528

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18-alpine as app-builder
1+
FROM golang:1.19-alpine as app-builder
22
WORKDIR /go/src/app
33
COPY . .
44
RUN apk add git

backend/Dockerfile.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18-alpine as build-env
1+
FROM golang:1.19-alpine as build-env
22

33
# make current working directory /app
44
WORKDIR /go/src/cms.csesoc.unsw.edu.au

0 commit comments

Comments
 (0)