Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 0086a83

Browse files
committed
Update to go1.19
Signed-off-by: Christian Dupuis <cd@atomist.com>
1 parent 724ce6e commit 0086a83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Set up build
2-
FROM node:lts@sha256:10c88537539012bd30777e41fdd30b30d088abb6dfc995f77ace26071052d4d1 AS build
2+
FROM node:lts@sha256:4e85818bd0d023d4f9025730dc0640d3d8269e3d1a84ce6365eca8fbad7a3ee9 AS build
33

44
WORKDIR /usr/src
55

@@ -10,7 +10,7 @@ RUN npm ci --no-optional --include=dev \
1010
&& rm -rf node_modules .git
1111

1212
# Set up runtime container
13-
FROM golang:1.18-alpine3.16@sha256:8e45e2ef37d2b6d98900392029db2bc88f42c0f2a9a8035fa7da90014698e86b
13+
FROM golang:1.19-alpine3.16
1414

1515
# Install goimports
1616
RUN go install golang.org/x/tools/cmd/goimports@latest

0 commit comments

Comments
 (0)