Skip to content

Commit

Permalink
chore: bump playwright and go
Browse files Browse the repository at this point in the history
Bump both at the same time.

Signed-off-by: Dmitriy Matrenichev <[email protected]>
  • Loading branch information
DmitriyMV committed Feb 9, 2024
1 parent bea823d commit 6151770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/playwright:v1.40.1-jammy AS container
FROM mcr.microsoft.com/playwright:v1.41.1-jammy AS container

ARG GO_VERSION=1.21.5
ARG GO_VERSION=1.22.0

ENV GOTOOLCHAIN local
RUN apt-get update && apt-get install -y build-essential && \
Expand Down

0 comments on commit 6151770

Please sign in to comment.