Skip to content

Commit

Permalink
v135_5
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Sep 3, 2024
1 parent 95b9c08 commit b4b2844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/esm-dev/esm.sh:latest,ghcr.io/esm-dev/esm.sh:v135_4
tags: ghcr.io/esm-dev/esm.sh:latest,ghcr.io/esm-dev/esm.sh:v135_5
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#####################################################
FROM golang:1.22-alpine AS build-stage

ENV ESM_SH_VERSION v135_4
ENV ESM_SH_VERSION v135_5
ENV ESM_SH_GIT_URL https://github.com/esm-dev/esm.sh

RUN apk update && apk add --no-cache git
Expand Down

0 comments on commit b4b2844

Please sign in to comment.