-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: bartlomieju <[email protected]>
- Loading branch information
1 parent
d1e6be1
commit 2613c45
Showing
8 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 2.1.2 | ||
version: 2.1.3 | ||
commit: '%.%.%' | ||
files: | ||
README.md: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG DENO_VERSION=2.1.2 | ||
ARG DENO_VERSION=2.1.3 | ||
ARG BIN_IMAGE=denoland/deno:bin-${DENO_VERSION} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG DENO_VERSION=2.1.2 | ||
ARG DENO_VERSION=2.1.3 | ||
|
||
|
||
FROM buildpack-deps:20.04-curl AS download | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG DENO_VERSION=2.1.2 | ||
ARG DENO_VERSION=2.1.3 | ||
ARG BIN_IMAGE=denoland/deno:bin-${DENO_VERSION} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG DENO_VERSION=2.1.2 | ||
ARG DENO_VERSION=2.1.3 | ||
ARG BIN_IMAGE=denoland/deno:bin-${DENO_VERSION} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM denoland/deno:2.1.2 | ||
FROM denoland/deno:2.1.3 | ||
|
||
# The port that your application listens to. | ||
EXPOSE 1993 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG DENO_VERSION=2.1.2 | ||
ARG DENO_VERSION=2.1.3 | ||
ARG BIN_IMAGE=denoland/deno:bin-${DENO_VERSION} | ||
|
||
|
||
|