Skip to content

Commit

Permalink
build: bump base images
Browse files Browse the repository at this point in the history
  • Loading branch information
masontikhonov committed Nov 17, 2024
1 parent 47eb2a8 commit beb326a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion venona/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine3.18 as build
FROM golang:1.21-alpine3.20 as build

RUN apk -U add --no-cache git make ca-certificates && update-ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion venona/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.7
1.10.8
4 changes: 2 additions & 2 deletions venonactl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19-alpine3.17 as build
FROM golang:1.19-alpine3.18 as build

WORKDIR /venona

Expand Down Expand Up @@ -26,4 +26,4 @@ COPY --from=build /venona/venona /usr/local/bin/venona

ENTRYPOINT [ "venona" ]

CMD [ "--help" ]
CMD [ "--help" ]
2 changes: 1 addition & 1 deletion venonactl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.7
1.10.8

0 comments on commit beb326a

Please sign in to comment.