Skip to content

Commit

Permalink
fix: docker baseimage (golang alpine) miss git command, changed to go…
Browse files Browse the repository at this point in the history
…lang bullseye
  • Loading branch information
szkiba committed Sep 1, 2023
1 parent b30c735 commit b505b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.20.2-alpine3.17
FROM golang:1.20.7-bullseye

COPY xk6bundler /usr/local/bin/
COPY docker-entrypoint.sh /usr/local/bin/
Expand Down

0 comments on commit b505b29

Please # to comment.