Skip to content

Commit cce6e87

Browse files
authored
Bump docker images (#76)
1 parent 998c247 commit cce6e87

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,6 +1,6 @@
11
# Copyright 2020 Adevinta
22

3-
FROM golang:1.19.3-alpine3.15 as builder
3+
FROM golang:1.19-alpine3.18 as builder
44

55
WORKDIR /app
66

@@ -13,7 +13,7 @@ COPY . .
1313

1414
RUN cd cmd/vulnerability-db-api/ && GOOS=linux GOARCH=amd64 go build . && cd -
1515

16-
FROM alpine:3.17.3
16+
FROM alpine:3.18
1717

1818
RUN apk add --no-cache --update bash gettext
1919

0 commit comments

Comments
 (0)