Skip to content

Commit

Permalink
pin stretch image
Browse files Browse the repository at this point in the history
  • Loading branch information
meiji163 committed Oct 10, 2023
1 parent 671d7a2 commit abd515f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.packaging
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17
FROM golang:1.17-stretch

RUN apt-get update
RUN apt-get install -y ruby ruby-dev rubygems build-essential
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17
FROM golang:1.17-stretch
LABEL maintainer="[email protected]"

RUN apt-get update
Expand Down

0 comments on commit abd515f

Please sign in to comment.